about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSamuel Newman <mozzius@protonmail.com>2024-02-12 15:50:16 +0000
committerGitHub <noreply@github.com>2024-02-12 15:50:16 +0000
commit8253ac25d1570a21bee52d4dfa7d62ed239fc7f0 (patch)
treea15ffa79a5b2359511526a7c0cb5707c90afbd54
parentb4724b93e8bafd3147d9c5ae8793190d87d8c334 (diff)
downloadvoidsky-8253ac25d1570a21bee52d4dfa7d62ed239fc7f0.tar.zst
increase stroke width for active hashtag icon (#2829)
-rw-r--r--src/view/shell/desktop/LeftNav.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/shell/desktop/LeftNav.tsx b/src/view/shell/desktop/LeftNav.tsx
index b27898828..fbc90bfc6 100644
--- a/src/view/shell/desktop/LeftNav.tsx
+++ b/src/view/shell/desktop/LeftNav.tsx
@@ -334,7 +334,7 @@ export function DesktopLeftNav() {
             }
             iconFilled={
               <HashtagIcon
-                strokeWidth={2.5}
+                strokeWidth={4}
                 style={pal.text as FontAwesomeIconStyle}
                 size={isDesktop ? 24 : 28}
               />