From 4b464d9b846396c52afd8993ef808530723194f6 Mon Sep 17 00:00:00 2001 From: Manish Kushare Date: Thu, 5 Jan 2023 10:59:32 +0530 Subject: [PATCH] made left sidebar icon consistent with the dark theme (#5196) --- frontend/src/_styles/left-sidebar.scss | 6 ------ 1 file changed, 6 deletions(-) diff --git a/frontend/src/_styles/left-sidebar.scss b/frontend/src/_styles/left-sidebar.scss index 0c18917e2a..305ba99fbe 100644 --- a/frontend/src/_styles/left-sidebar.scss +++ b/frontend/src/_styles/left-sidebar.scss @@ -486,12 +486,6 @@ &:hover { background: #2F3C4C; } - svg{ - path{ - fill: white !important; - } - } } - } } \ No newline at end of file