Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Commit dbdbfb8

Browse files
committed
Update button.css
1 parent 521803a commit dbdbfb8

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

packages/ui/src/components/button.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@
5050
&:focus-visible:active {
5151
box-shadow: none;
5252
}
53+
&:active {
54+
scale: 0.99;
55+
transition: all 150ms ease-out;
56+
}
5357

5458
[data-slot="icon"] {
5559
color: var(--icon-strong-base);

0 commit comments

Comments
 (0)