fix: table acton row wrong stroke (#9574)

As requested by @Bonapara the stroke of `RecordTableActionRow` should be
in `sm` instead of `md`.
This commit is contained in:
Jérémy M
2025-01-13 14:42:37 +01:00
committed by GitHub
parent 719344f980
commit cc2d6154e7

View File

@ -64,7 +64,11 @@ export const RecordTableActionRow = ({
>
<td aria-hidden />
<StyledIconContainer>
<LeftIcon size={theme.icon.size.sm} color={theme.font.color.tertiary} />
<LeftIcon
stroke={theme.icon.stroke.sm}
size={theme.icon.size.sm}
color={theme.font.color.tertiary}
/>
</StyledIconContainer>
<StyledRecordTableTdTextContainer>
<StyledText>{text}</StyledText>