summaryrefslogtreecommitdiffhomepage
path: root/packages/ui/src/components/icon-button.css
diff options
context:
space:
mode:
authorAdam <[email protected]>2025-11-18 11:40:50 -0600
committerAdam <[email protected]>2025-11-18 11:40:50 -0600
commit71302de4f1f18bb6301e1bd55663016e2fdd86d6 (patch)
treef0397daf679a5cc11aecf588cd4244a4faaf75ab /packages/ui/src/components/icon-button.css
parent333b8e907bb758adca3da69f4af72b9abe08777a (diff)
downloadopencode-71302de4f1f18bb6301e1bd55663016e2fdd86d6.tar.gz
opencode-71302de4f1f18bb6301e1bd55663016e2fdd86d6.zip
fix(desktop): css typo
Diffstat (limited to 'packages/ui/src/components/icon-button.css')
-rw-r--r--packages/ui/src/components/icon-button.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/ui/src/components/icon-button.css b/packages/ui/src/components/icon-button.css
index 3449adaeb..1d9b4be00 100644
--- a/packages/ui/src/components/icon-button.css
+++ b/packages/ui/src/components/icon-button.css
@@ -19,7 +19,7 @@
/* color: var(--icon-weak-hover); */
/* } */
/* &:active:not(:disabled) { */
- /* color: var(--icon-string-active); */
+ /* color: var(--icon-strong-active); */
/* } */
}
@@ -30,7 +30,7 @@
background-color: var(--icon-strong-focus);
}
&:active:not(:disabled) {
- background-color: var(--icon-string-active);
+ background-color: var(--icon-strong-active);
}
&:disabled {
background-color: var(--icon-strong-disabled);