diff options
author | Samuel Newman <mozzius@protonmail.com> | 2024-02-12 15:50:16 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-12 15:50:16 +0000 |
commit | 8253ac25d1570a21bee52d4dfa7d62ed239fc7f0 (patch) | |
tree | a15ffa79a5b2359511526a7c0cb5707c90afbd54 | |
parent | b4724b93e8bafd3147d9c5ae8793190d87d8c334 (diff) | |
download | voidsky-8253ac25d1570a21bee52d4dfa7d62ed239fc7f0.tar.zst |
increase stroke width for active hashtag icon (#2829)
-rw-r--r-- | src/view/shell/desktop/LeftNav.tsx | 2 |
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} /> |