summaryrefslogtreecommitdiffhomepage
path: root/packages
diff options
context:
space:
mode:
authorDavid Hill <[email protected]>2026-01-20 20:37:56 +0000
committerDavid Hill <[email protected]>2026-01-20 21:08:50 +0000
commitbf9047ccd15a7028de48641e564964ebb5d8f411 (patch)
treebcd8b262f2659126dcd0a2ebffacd763ed1962a6 /packages
parent96a9744347c5bfe2741d096e854663529c92a327 (diff)
downloadopencode-bf9047ccd15a7028de48641e564964ebb5d8f411.tar.gz
opencode-bf9047ccd15a7028de48641e564964ebb5d8f411.zip
fix settings sidebar active tab hover to use consistent background
Diffstat (limited to 'packages')
-rw-r--r--packages/ui/src/components/tabs.css2
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);
}
}
}