diff options
| author | Adam <[email protected]> | 2025-11-18 11:40:50 -0600 |
|---|---|---|
| committer | Adam <[email protected]> | 2025-11-18 11:40:50 -0600 |
| commit | 71302de4f1f18bb6301e1bd55663016e2fdd86d6 (patch) | |
| tree | f0397daf679a5cc11aecf588cd4244a4faaf75ab /packages | |
| parent | 333b8e907bb758adca3da69f4af72b9abe08777a (diff) | |
| download | opencode-71302de4f1f18bb6301e1bd55663016e2fdd86d6.tar.gz opencode-71302de4f1f18bb6301e1bd55663016e2fdd86d6.zip | |
fix(desktop): css typo
Diffstat (limited to 'packages')
| -rw-r--r-- | packages/ui/src/components/icon-button.css | 4 |
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); |
