feedback from Thomas (#10297)
as required by @bonapara here : https://discord.com/channels/1130383047699738754/1341421200739536978/1341421200739536978
This commit is contained in:
@ -84,13 +84,13 @@ export const AvatarChip = ({
|
||||
>
|
||||
<LeftIcon
|
||||
color="white"
|
||||
size={theme.icon.size.md}
|
||||
size={theme.icon.size.sm}
|
||||
stroke={theme.icon.stroke.sm}
|
||||
/>
|
||||
</StyledInvertedIconContainer>
|
||||
) : (
|
||||
<LeftIcon
|
||||
size={theme.icon.size.md}
|
||||
size={theme.icon.size.sm}
|
||||
stroke={theme.icon.stroke.sm}
|
||||
color={LeftIconColor || 'currentColor'}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user