From 718db7345fc3f4de6600f8a62665c3c3b41f18e8 Mon Sep 17 00:00:00 2001 From: Jackson Harper Date: Mon, 28 Mar 2022 15:30:16 -0700 Subject: [PATCH] Tone down the shadow in dark mode --- 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 a9634dd24..461a244d8 100644 --- a/packages/web/components/tokens/stitches.config.ts +++ b/packages/web/components/tokens/stitches.config.ts @@ -213,7 +213,7 @@ const darkThemeSpec = { avatarFont: 'rgba(255, 255, 255, 0.8)', }, shadows: { - cardBoxShadow: '0px 0px 9px -2px rgba(255, 255, 255, 0.16), 0px 7px 12px rgba(255, 255, 255, 0.13)', + cardBoxShadow: '0px 0px 9px -2px rgba(32, 31, 29, 0.09), 0px 7px 12px rgba(32, 31, 29, 0.07)' } }