From 02e7b3538c56993448b38e850a7f29dc8f4e4067 Mon Sep 17 00:00:00 2001 From: Muhsin Shah C P Date: Thu, 10 Feb 2022 14:30:14 +0530 Subject: [PATCH] Now list item text weight is similar in all browsers (#2209) --- frontend/src/_styles/left-sidebar.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/_styles/left-sidebar.scss b/frontend/src/_styles/left-sidebar.scss index de2d4cdd85..83ec6f3cdc 100644 --- a/frontend/src/_styles/left-sidebar.scss +++ b/frontend/src/_styles/left-sidebar.scss @@ -167,7 +167,7 @@ cursor: pointer; margin-bottom: 4px; margin-left: 14px; - font-weight: 600; + font-weight: 500; font-size: 14px; line-height: 17px; padding: 9px 12px !important;