diff options
| author | Adam <[email protected]> | 2025-11-12 07:03:35 -0600 |
|---|---|---|
| committer | Adam <[email protected]> | 2025-11-12 07:03:39 -0600 |
| commit | 0ccb26df94ed83c5a6492068a7bbe73445e54f0c (patch) | |
| tree | a8889c4d9764776eaaa3deae4317c8e10b194064 /packages/ui/src/styles/theme.css | |
| parent | 71fd5966add098c92949da26a07346412ad9b804 (diff) | |
| download | opencode-0ccb26df94ed83c5a6492068a7bbe73445e54f0c.tar.gz opencode-0ccb26df94ed83c5a6492068a7bbe73445e54f0c.zip | |
feat(desktop): sticky diff headers
Diffstat (limited to 'packages/ui/src/styles/theme.css')
| -rw-r--r-- | packages/ui/src/styles/theme.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/ui/src/styles/theme.css b/packages/ui/src/styles/theme.css index f6511e312..05164092e 100644 --- a/packages/ui/src/styles/theme.css +++ b/packages/ui/src/styles/theme.css @@ -77,7 +77,7 @@ --background-weak: var(--smoke-light-3); --background-strong: var(--smoke-light-1); --background-stronger: #fcfcfc; - --surface-base: var(--smoke-light-alpha-2); + --surface-base: var(--smoke-light-3); --base: var(--smoke-light-alpha-2); --surface-base-hover: #0500000f; --surface-base-active: var(--smoke-light-alpha-3); @@ -317,7 +317,7 @@ --background-weak: #1b1818; --background-strong: #151313; --background-stronger: #191515; - --surface-base: var(--smoke-dark-alpha-2); + --surface-base: var(--smoke-dark-3); --base: var(--smoke-dark-alpha-2); --surface-base-hover: #e0b7b716; --surface-base-active: var(--smoke-dark-alpha-3); |
