diff options
| author | David Hill <[email protected]> | 2026-01-24 23:04:23 +0000 |
|---|---|---|
| committer | David Hill <[email protected]> | 2026-01-24 23:09:22 +0000 |
| commit | 4ded06f05dcd318a314504ebd65b52611c77d8a0 (patch) | |
| tree | 1c4ecea356d727e8a769c42394adac1f0a0f3b26 /packages/ui/src/styles/theme.css | |
| parent | 6d0fecb985e81c6cc0ae4417715261abf7be395e (diff) | |
| download | opencode-4ded06f05dcd318a314504ebd65b52611c77d8a0.tar.gz opencode-4ded06f05dcd318a314504ebd65b52611c77d8a0.zip | |
update: theme variables
Diffstat (limited to 'packages/ui/src/styles/theme.css')
| -rw-r--r-- | packages/ui/src/styles/theme.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/packages/ui/src/styles/theme.css b/packages/ui/src/styles/theme.css index 822f250dd..bf1af8bc5 100644 --- a/packages/ui/src/styles/theme.css +++ b/packages/ui/src/styles/theme.css @@ -120,7 +120,7 @@ --surface-brand-base: var(--yuzu-light-9); --surface-brand-hover: var(--yuzu-light-10); --surface-interactive-base: var(--cobalt-light-3); - --surface-interactive-hover: var(--cobalt-light-4); + --surface-interactive-hover: #E5F0FF; --surface-interactive-weak: var(--cobalt-light-2); --surface-interactive-weak-hover: var(--cobalt-light-3); --surface-success-base: var(--apple-light-3); @@ -376,9 +376,9 @@ --surface-raised-stronger-non-alpha: var(--smoke-dark-3); --surface-brand-base: var(--yuzu-light-9); --surface-brand-hover: var(--yuzu-light-10); - --surface-interactive-base: var(--cobalt-light-3); - --surface-interactive-hover: var(--cobalt-light-4); - --surface-interactive-weak: var(--cobalt-light-2); + --surface-interactive-base: var(--cobalt-dark-3); + --surface-interactive-hover: #0A1D4D; + --surface-interactive-weak: var(--cobalt-dark-2); --surface-interactive-weak-hover: var(--cobalt-light-3); --surface-success-base: var(--apple-light-3); --surface-success-weak: var(--apple-light-2); |
