fix: updated NavigationDrawerItem icon stroke width from sm to md (#4331)

This commit is contained in:
Aryan Singh
2024-03-07 12:55:11 +05:30
committed by GitHub
parent 019c630686
commit 4f4ce1c655

View File

@ -164,7 +164,7 @@ export const NavigationDrawerItem = ({
danger={danger}
soon={soon}
>
{Icon && <Icon size={theme.icon.size.md} stroke={theme.icon.stroke.sm} />}
{Icon && <Icon size={theme.icon.size.md} stroke={theme.icon.stroke.md} />}
<StyledItemLabel>{label}</StyledItemLabel>
{soon && <StyledSoonPill>Soon</StyledSoonPill>}
{!!count && <StyledItemCount>{count}</StyledItemCount>}