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:
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user