diff options
| author | David Hill <[email protected]> | 2026-02-17 17:43:31 +0000 |
|---|---|---|
| committer | David Hill <[email protected]> | 2026-02-17 17:43:37 +0000 |
| commit | 26f835cdd264b3e70afd6f8e3f4f14c12cd3aec4 (patch) | |
| tree | 5b8b268ca03fabb4166705b27791586857218219 /packages/ui/src/styles/theme.css | |
| parent | bd3d1413fdd1ae7708191c25c26bfb2cff347fd7 (diff) | |
| download | opencode-26f835cdd264b3e70afd6f8e3f4f14c12cd3aec4.tar.gz opencode-26f835cdd264b3e70afd6f8e3f4f14c12cd3aec4.zip | |
tweak(ui): icon-interactive-base color change dark mode
Diffstat (limited to 'packages/ui/src/styles/theme.css')
| -rw-r--r-- | packages/ui/src/styles/theme.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/ui/src/styles/theme.css b/packages/ui/src/styles/theme.css index 0899090c1..e2dd1598a 100644 --- a/packages/ui/src/styles/theme.css +++ b/packages/ui/src/styles/theme.css @@ -507,7 +507,7 @@ --icon-strong-disabled: var(--smoke-dark-8); --icon-strong-focus: #fdfcfc; --icon-brand-base: var(--white); - --icon-interactive-base: var(--cobalt-dark-9); + --icon-interactive-base: var(--cobalt-dark-11); --icon-success-base: var(--apple-dark-7); --icon-success-hover: var(--apple-dark-8); --icon-success-active: var(--apple-dark-11); |
