From 39cb807c5d31dc7f137a802802cd1209d3340021 Mon Sep 17 00:00:00 2001 From: ganga satish kumar Date: Sun, 13 Mar 2022 13:33:49 +0530 Subject: [PATCH] removing color code --- src/styles/common.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/common.scss b/src/styles/common.scss index 2ceb46b7..ffa37a50 100644 --- a/src/styles/common.scss +++ b/src/styles/common.scss @@ -16,7 +16,7 @@ body { } .container { - background-color: $clr-white-dark; + background-color: #f7f7f7; max-height: 60%; width: 100%; display: flex;