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 | |
| parent | bd3d1413fdd1ae7708191c25c26bfb2cff347fd7 (diff) | |
| download | opencode-26f835cdd264b3e70afd6f8e3f4f14c12cd3aec4.tar.gz opencode-26f835cdd264b3e70afd6f8e3f4f14c12cd3aec4.zip | |
tweak(ui): icon-interactive-base color change dark mode
| -rw-r--r-- | packages/ui/src/styles/theme.css | 2 | ||||
| -rw-r--r-- | packages/ui/src/theme/themes/oc-1.json | 2 |
2 files changed, 2 insertions, 2 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); diff --git a/packages/ui/src/theme/themes/oc-1.json b/packages/ui/src/theme/themes/oc-1.json index 54a2bf674..03a67ee23 100644 --- a/packages/ui/src/theme/themes/oc-1.json +++ b/packages/ui/src/theme/themes/oc-1.json @@ -440,7 +440,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-9)", "icon-success-hover": "var(--apple-dark-10)", "icon-success-active": "var(--apple-dark-11)", |
