From 21411f5c19052580334f100ec3e585a4933d9acd Mon Sep 17 00:00:00 2001 From: Hossein Mehrabi Date: Sat, 8 Oct 2022 00:26:53 +0330 Subject: [PATCH] fix share button's stroke width in dark mode. --- src/theme/Navbar/Content/styles.module.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/src/theme/Navbar/Content/styles.module.scss b/src/theme/Navbar/Content/styles.module.scss index 13f775c..d048eae 100644 --- a/src/theme/Navbar/Content/styles.module.scss +++ b/src/theme/Navbar/Content/styles.module.scss @@ -102,7 +102,6 @@ svg, svg * { fill: currentColor; - stroke: currentColor; } }