increase stroke width for active hashtag icon (#2829)
parent
b4724b93e8
commit
8253ac25d1
|
@ -334,7 +334,7 @@ export function DesktopLeftNav() {
|
|||
}
|
||||
iconFilled={
|
||||
<HashtagIcon
|
||||
strokeWidth={2.5}
|
||||
strokeWidth={4}
|
||||
style={pal.text as FontAwesomeIconStyle}
|
||||
size={isDesktop ? 24 : 28}
|
||||
/>
|
||||
|
|
Loading…
Reference in New Issue