summaryrefslogtreecommitdiffhomepage
path: root/packages/ui/src/components/button.css
diff options
context:
space:
mode:
Diffstat (limited to 'packages/ui/src/components/button.css')
-rw-r--r--packages/ui/src/components/button.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/ui/src/components/button.css b/packages/ui/src/components/button.css
index 112d648e6..88511e011 100644
--- a/packages/ui/src/components/button.css
+++ b/packages/ui/src/components/button.css
@@ -50,6 +50,10 @@
&:focus-visible:active {
box-shadow: none;
}
+ &:active {
+ scale: 0.99;
+ transition: all 150ms ease-out;
+ }
[data-slot="icon"] {
color: var(--icon-strong-base);