From 3b7d85852a01877d00c505a3691c08a6a6abc412 Mon Sep 17 00:00:00 2001 From: Reckson Zirsangzela Khiangte Date: Tue, 9 May 2023 13:14:17 +0530 Subject: [PATCH] Bug: Change color variable for dark mode (#8758) --- apps/web/styles/globals.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/web/styles/globals.css b/apps/web/styles/globals.css index 2a97f45713..005edb5e91 100644 --- a/apps/web/styles/globals.css +++ b/apps/web/styles/globals.css @@ -84,8 +84,8 @@ /* Brand shenanigans -> These will be computed for the users theme at runtime. */ - --cal-brand: #111827; - --cal-brand-emphasis: #101010; + --cal-brand: white; + --cal-brand-emphasis: #e1e1e1; --cal-brand-text: black; }