From 0ccb26df94ed83c5a6492068a7bbe73445e54f0c Mon Sep 17 00:00:00 2001 From: Adam <2363879+adamdotdevin@users.noreply.github.com> Date: Wed, 12 Nov 2025 07:03:35 -0600 Subject: feat(desktop): sticky diff headers --- packages/ui/src/styles/theme.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packages/ui/src/styles') 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); -- cgit v1.2.3