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 />
|
<td aria-hidden />
|
||||||
<StyledIconContainer>
|
<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>
|
</StyledIconContainer>
|
||||||
<StyledRecordTableTdTextContainer>
|
<StyledRecordTableTdTextContainer>
|
||||||
<StyledText>{text}</StyledText>
|
<StyledText>{text}</StyledText>
|
||||||
|
|||||||
Reference in New Issue
Block a user