From 698ef0d4e903799e842a9174f8b95fceeb69a0c2 Mon Sep 17 00:00:00 2001 From: Adrian Simmons Date: Thu, 16 Sep 2021 13:20:42 +0100 Subject: [PATCH] Revert "Whitespace" This reverts commit 0a32d52a6509bf93e65107aa3d222a0f8f489936. --- src/styles/variables/colors.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/styles/variables/colors.scss b/src/styles/variables/colors.scss index bf3b1956b..b62a8484e 100644 --- a/src/styles/variables/colors.scss +++ b/src/styles/variables/colors.scss @@ -14,6 +14,7 @@ --white: hsl(0, 0%, 100%); --black: hsl(0, 0%, 4%); + } $grey-50: #F9FAFB;