From 1f9be63e962374e2a0c668d8098b4dccb4d0b79a Mon Sep 17 00:00:00 2001 From: David Hill Date: Wed, 18 Feb 2026 17:32:46 +0000 Subject: tweak(ui): use weak border and base icon color for secondary --- packages/ui/src/components/button.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packages/ui/src/components/button.css') diff --git a/packages/ui/src/components/button.css b/packages/ui/src/components/button.css index e22c7b298..8219ec92b 100644 --- a/packages/ui/src/components/button.css +++ b/packages/ui/src/components/button.css @@ -76,7 +76,7 @@ border: transparent; background-color: var(--button-secondary-base); color: var(--text-strong); - box-shadow: var(--shadow-xs-border); + box-shadow: var(--shadow-xs-border-base); &:hover:not(:disabled) { background-color: var(--button-secondary-hover); @@ -104,7 +104,7 @@ } [data-slot="icon-svg"] { - color: var(--icon-strong-base); + color: var(--icon-base); } } -- cgit v1.2.3