mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-05 16:02:19 +00:00
use active background color for selected settings tab
This commit is contained in:
parent
74ad6dd4c9
commit
175313922b
1 changed files with 2 additions and 2 deletions
|
|
@ -243,7 +243,7 @@
|
|||
}
|
||||
|
||||
&:has([data-selected]) {
|
||||
background-color: var(--surface-raised-base-hover);
|
||||
background-color: var(--surface-raised-base-active);
|
||||
color: var(--text-strong);
|
||||
}
|
||||
}
|
||||
|
|
@ -338,7 +338,7 @@
|
|||
}
|
||||
|
||||
&:has([data-selected]) {
|
||||
background-color: var(--surface-raised-base-hover);
|
||||
background-color: var(--surface-raised-base-active);
|
||||
color: var(--text-strong);
|
||||
|
||||
[data-component="icon"] {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue