increase stroke width for active hashtag icon (#2829)

This commit is contained in:
Samuel Newman
2024-02-12 15:50:16 +00:00
committed by GitHub
parent b4724b93e8
commit 8253ac25d1
+1 -1
View File
@@ -334,7 +334,7 @@ export function DesktopLeftNav() {
}
iconFilled={
<HashtagIcon
strokeWidth={2.5}
strokeWidth={4}
style={pal.text as FontAwesomeIconStyle}
size={isDesktop ? 24 : 28}
/>