diff options
| author | David Hill <[email protected]> | 2026-01-20 20:37:56 +0000 |
|---|---|---|
| committer | David Hill <[email protected]> | 2026-01-20 21:08:50 +0000 |
| commit | bf9047ccd15a7028de48641e564964ebb5d8f411 (patch) | |
| tree | bcd8b262f2659126dcd0a2ebffacd763ed1962a6 /packages/ui/src | |
| parent | 96a9744347c5bfe2741d096e854663529c92a327 (diff) | |
| download | opencode-bf9047ccd15a7028de48641e564964ebb5d8f411.tar.gz opencode-bf9047ccd15a7028de48641e564964ebb5d8f411.zip | |
fix settings sidebar active tab hover to use consistent background
Diffstat (limited to 'packages/ui/src')
| -rw-r--r-- | packages/ui/src/components/tabs.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/ui/src/components/tabs.css b/packages/ui/src/components/tabs.css index 10f586b51..9af141306 100644 --- a/packages/ui/src/components/tabs.css +++ b/packages/ui/src/components/tabs.css @@ -346,7 +346,7 @@ } &:hover:not(:disabled) { - background-color: var(--surface-raised-base); + background-color: var(--surface-raised-base-active); } } } |
