Browse Source

Update button.css

David Hill 3 months ago
parent
commit
dbdbfb8543
1 changed files with 4 additions and 0 deletions
  1. 4 0
      packages/ui/src/components/button.css

+ 4 - 0
packages/ui/src/components/button.css

@@ -50,6 +50,10 @@
     &:focus-visible:active {
     &:focus-visible:active {
       box-shadow: none;
       box-shadow: none;
     }
     }
+    &:active {
+      scale: 0.99;
+      transition: all 150ms ease-out;
+    }
 
 
     [data-slot="icon"] {
     [data-slot="icon"] {
       color: var(--icon-strong-base);
       color: var(--icon-strong-base);