From c7a79f1877d0f13f194db5e072f2ee4cef5e174a Mon Sep 17 00:00:00 2001 From: David Hill Date: Wed, 18 Feb 2026 19:36:38 +0000 Subject: [PATCH] Update icon-button.css --- packages/ui/src/components/icon-button.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/ui/src/components/icon-button.css b/packages/ui/src/components/icon-button.css index de8aeb9d4..7a47270fe 100644 --- a/packages/ui/src/components/icon-button.css +++ b/packages/ui/src/components/icon-button.css @@ -84,23 +84,23 @@ } &:hover:not(:disabled) { - background-color: var(--surface-raised-base-hover); + background-color: var(--surface-base-hover); /* [data-slot="icon-svg"] { */ /* color: var(--icon-hover); */ /* } */ } &:focus-visible:not(:disabled) { - background-color: var(--surface-raised-base-hover); + background-color: var(--surface-base-hover); } &:active:not(:disabled) { - background-color: var(--surface-raised-base-active); + background-color: var(--surface-base-active); /* [data-slot="icon-svg"] { */ /* color: var(--icon-active); */ /* } */ } &:selected:not(:disabled) { - background-color: var(--surface-raised-base-active); + background-color: var(--surface-base-active); /* [data-slot="icon-svg"] { */ /* color: var(--icon-selected); */ /* } */