From 1ed4a982333c494590c1798cc01aeb19b72f6aca Mon Sep 17 00:00:00 2001 From: David Hill Date: Wed, 18 Feb 2026 19:21:35 +0000 Subject: [PATCH] tweak(ui): remove pressed transition for secondary buttons --- packages/ui/src/components/button.css | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/ui/src/components/button.css b/packages/ui/src/components/button.css index 251eed848..30864f196 100644 --- a/packages/ui/src/components/button.css +++ b/packages/ui/src/components/button.css @@ -94,7 +94,6 @@ &:active:not(:disabled) { background-color: var(--button-secondary-base); scale: 0.99; - transition: all 150ms ease-out; } &:disabled { border-color: var(--border-disabled);