diff options
| author | David Hill <[email protected]> | 2026-02-18 17:02:10 +0000 |
|---|---|---|
| committer | David Hill <[email protected]> | 2026-02-18 20:18:16 +0000 |
| commit | f20c0bffd3e6701ce191ed49dab1fa29400e866f (patch) | |
| tree | 1f19ef7f0cd543f93bce4bd194baf9640c7bb025 /packages/ui/src/components/button.css | |
| parent | 9110e6a2a7bc87ef34187f40803c8eb0b3025569 (diff) | |
| download | opencode-f20c0bffd3e6701ce191ed49dab1fa29400e866f.tar.gz opencode-f20c0bffd3e6701ce191ed49dab1fa29400e866f.zip | |
tweak(ui): unify titlebar expanded button background
Diffstat (limited to 'packages/ui/src/components/button.css')
| -rw-r--r-- | packages/ui/src/components/button.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/ui/src/components/button.css b/packages/ui/src/components/button.css index 2d803d95c..e22c7b298 100644 --- a/packages/ui/src/components/button.css +++ b/packages/ui/src/components/button.css @@ -172,7 +172,7 @@ } [data-component="button"].titlebar-icon[data-variant="ghost"][aria-expanded="true"] { - background-color: var(--surface-base-active); + background-color: var(--surface-raised-base-active); } [data-component="button"].titlebar-icon[data-variant="ghost"][aria-expanded="true"] [data-slot="icon-svg"] { @@ -180,5 +180,5 @@ } [data-component="button"].titlebar-icon[data-variant="ghost"][aria-expanded="true"]:hover:not(:disabled) { - background-color: var(--surface-base-active); + background-color: var(--surface-raised-base-active); } |
