From e815b46bf9ca8e040c7e32df7b6a1433ddae755e Mon Sep 17 00:00:00 2001 From: Jeff Greco Date: Mon, 22 Jan 2024 12:36:50 -0600 Subject: [PATCH] improve contrast on active table row background color --- packages/web/components/tokens/stitches.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/web/components/tokens/stitches.config.ts b/packages/web/components/tokens/stitches.config.ts index 4442c1083..75cd5e1dc 100644 --- a/packages/web/components/tokens/stitches.config.ts +++ b/packages/web/components/tokens/stitches.config.ts @@ -169,7 +169,7 @@ export const { styled, css, theme, getCssText, globalCss, keyframes, config } = thBackground3: '#FFFFFF', thBackground4: '#EBEBEB', thBackground5: '#F5F5F5', - thBackgroundActive: '#F9F9F9', + thBackgroundActive: 'rgb(255, 234, 159)', thBackgroundContrast: '#FFFFFF', thLeftMenuBackground: '#FCFCFC', thLibraryBackground: '#F3F3F3',