diff options
-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} /> |