David Hill 3 месяцев назад
Родитель
Сommit
dbdbfb8543
1 измененных файлов с 4 добавлено и 0 удалено
  1. 4 0
      packages/ui/src/components/button.css

+ 4 - 0
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);