From dbdbfb85431eb12b3159992b301fdba54b026ab8 Mon Sep 17 00:00:00 2001 From: David Hill Date: Tue, 4 Nov 2025 17:31:56 +0000 Subject: [PATCH] Update button.css --- packages/ui/src/components/button.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/ui/src/components/button.css b/packages/ui/src/components/button.css index 112d648e..88511e01 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);