Skip to content

Commit

Permalink
increase stroke width for active hashtag icon (#2829)
Browse files Browse the repository at this point in the history
  • Loading branch information
mozzius authored Feb 12, 2024
1 parent b4724b9 commit 8253ac2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/view/shell/desktop/LeftNav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ export function DesktopLeftNav() {
}
iconFilled={
<HashtagIcon
strokeWidth={2.5}
strokeWidth={4}
style={pal.text as FontAwesomeIconStyle}
size={isDesktop ? 24 : 28}
/>
Expand Down

0 comments on commit 8253ac2

Please sign in to comment.