feedback from Thomas (#10297)

as required by @bonapara
here :
https://discord.com/channels/1130383047699738754/1341421200739536978/1341421200739536978
This commit is contained in:
Guillim
2025-02-18 19:05:24 +01:00
committed by GitHub
parent 9cdfa3384f
commit 8d8bd4a597

View File

@ -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'}
/>