From 8ff95266af9c06d273aad045c96ccdb5f35917a4 Mon Sep 17 00:00:00 2001 From: tonyrewin Date: Fri, 21 Oct 2022 14:39:24 +0300 Subject: [PATCH] 7f fix --- src/components/Editor/styles/Sidebar.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Editor/styles/Sidebar.scss b/src/components/Editor/styles/Sidebar.scss index 91660fc0..c352042b 100644 --- a/src/components/Editor/styles/Sidebar.scss +++ b/src/components/Editor/styles/Sidebar.scss @@ -73,7 +73,7 @@ } .sidebar-label { - color: var(--foreground) 7f; + color: var(--foreground) #7f7f7f; > i { text-transform: none; }