summaryrefslogtreecommitdiffhomepage
path: root/packages/ui/src
diff options
context:
space:
mode:
authorDavid Hill <[email protected]>2026-02-18 19:36:38 +0000
committerDavid Hill <[email protected]>2026-02-18 20:18:17 +0000
commitc7a79f1877d0f13f194db5e072f2ee4cef5e174a (patch)
treeb8ef6bd6b69c6b789ad716dbee04d11835f27c7b /packages/ui/src
parent431f5347af8d67f0ae0d46dae2b388f253b45da4 (diff)
downloadopencode-c7a79f1877d0f13f194db5e072f2ee4cef5e174a.tar.gz
opencode-c7a79f1877d0f13f194db5e072f2ee4cef5e174a.zip
Update icon-button.css
Diffstat (limited to 'packages/ui/src')
-rw-r--r--packages/ui/src/components/icon-button.css8
1 files 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); */
/* } */