mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Smaller padding on mobile action buttons
This commit is contained in:
parent
8439be6c97
commit
6d5159bc80
1 changed files with 2 additions and 2 deletions
|
|
@ -438,7 +438,7 @@ function GenericTableCard(props: GenericTableCardProps & { isLastChild?: boolean
|
|||
<PencilSimple size={24} color={iconColor} />
|
||||
<StyledText
|
||||
color="$grayText"
|
||||
css={{ fontSize: '$5', marginLeft: '$2' }}
|
||||
css={{ m: '0px', fontSize: '$5', marginLeft: '$2' }}
|
||||
>
|
||||
Edit
|
||||
</StyledText>
|
||||
|
|
@ -459,7 +459,7 @@ function GenericTableCard(props: GenericTableCardProps & { isLastChild?: boolean
|
|||
>
|
||||
<Trash size={24} color="#AA2D11" />
|
||||
<StyledText
|
||||
css={{ fontSize: '$5', marginLeft: '$2', color: '#AA2D11' }}
|
||||
css={{ m: '0px', fontSize: '$5', marginLeft: '$2', color: '#AA2D11' }}
|
||||
>
|
||||
Delete
|
||||
</StyledText>
|
||||
|
|
|
|||
Loading…
Reference in a new issue