From 24bc9d98dfd5225bd0eabce103cae05822d838e7 Mon Sep 17 00:00:00 2001 From: Tyler Yu Date: Sun, 10 Sep 2023 15:08:11 -0700 Subject: [PATCH] fix: removed comment --- apps/site/src/lib/styles/_zothacks-theme.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/site/src/lib/styles/_zothacks-theme.scss b/apps/site/src/lib/styles/_zothacks-theme.scss index f8b44db6..ce0762e3 100644 --- a/apps/site/src/lib/styles/_zothacks-theme.scss +++ b/apps/site/src/lib/styles/_zothacks-theme.scss @@ -5,7 +5,7 @@ $white: #fafaff; // Paper Background color $beige: #faf4ea; $black: #21242d; // Text color $silver: #e6f2fc; // Line pattern color of paper -$red: #ff3750; // ! hex value doesn't match with Figma design +$red: #ff3750; $pink: #ffa8c3; $orange: #ff5c00; $gold: #ffd600; // accent colors