From e12d892f2bd991319226ae8138ffd7a13a6d47d5 Mon Sep 17 00:00:00 2001 From: Jackson Harper Date: Thu, 25 Jul 2024 14:40:41 +0800 Subject: [PATCH] Color fixes --- packages/web/components/tokens/stitches.config.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/web/components/tokens/stitches.config.ts b/packages/web/components/tokens/stitches.config.ts index af8052eba..098dcf61c 100644 --- a/packages/web/components/tokens/stitches.config.ts +++ b/packages/web/components/tokens/stitches.config.ts @@ -453,10 +453,10 @@ const sepiaThemeSpec = { readerFontHighContrast: '#0A0806', readerTableHeader: '#FFFFFF', - thLeftMenuBackground: '#EEE8D5', - thNavMenuFooter: '#DDD6C1', + thLeftMenuBackground: '#F8F1E0', + thNavMenuFooter: '#EEE8D5', - thLibrarySelectionColor: '#DDD6C1', + thLibrarySelectionColor: '#EEE8D5', thLabelChipBackground: '#EEE8D5', thBackground4: '#DDD6C166', // used on hover of menu items thBorderColor: '#DDD6C1',