From 85d37337a76b5b4060ca1d80f761bbbe33719641 Mon Sep 17 00:00:00 2001 From: Jackson Harper Date: Thu, 8 Jun 2023 18:31:23 +0800 Subject: [PATCH] More light mode --- packages/web/components/tokens/stitches.config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/web/components/tokens/stitches.config.ts b/packages/web/components/tokens/stitches.config.ts index fa360c216..73c1080bf 100644 --- a/packages/web/components/tokens/stitches.config.ts +++ b/packages/web/components/tokens/stitches.config.ts @@ -172,8 +172,8 @@ export const { styled, css, theme, getCssText, globalCss, keyframes, config } = thBackground5: '#F5F5F5', thBackgroundActive: '#F9F9F9', thBackgroundContrast: '#FFFFFF', - thLeftMenuBackground: '$thBackground', - thLibraryBackground: '$thBackground2', + thLeftMenuBackground: '#F2F3F6', + thLibraryBackground: '#FFFFFF', thTextContrast: '#1E1E1E', thTextContrast2: '#3D3D3D',