diff options
| author | David Hill <[email protected]> | 2025-11-04 17:31:56 +0000 |
|---|---|---|
| committer | David Hill <[email protected]> | 2025-11-04 17:31:56 +0000 |
| commit | dbdbfb85431eb12b3159992b301fdba54b026ab8 (patch) | |
| tree | 7c84c27c8a33217bea9ca1b1fc8005c44a37dec6 /packages/ui/src | |
| parent | 521803aaa3cec3c7d40219ab7ee29601879dcc21 (diff) | |
| download | opencode-dbdbfb85431eb12b3159992b301fdba54b026ab8.tar.gz opencode-dbdbfb85431eb12b3159992b301fdba54b026ab8.zip | |
Update button.css
Diffstat (limited to 'packages/ui/src')
| -rw-r--r-- | packages/ui/src/components/button.css | 4 |
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); |
