Increase text size of table cells

This commit is contained in:
jeffvli 2023-01-30 01:05:02 -08:00
parent 5e693313d8
commit c79a992829
5 changed files with 14 additions and 14 deletions

View file

@ -61,7 +61,7 @@ export const GenericCell = (
$secondary={!primary}
component={Link}
overflow="hidden"
size="sm"
size="md"
to={displayedValue.link}
>
{isLink ? displayedValue.value : displayedValue}
@ -70,7 +70,7 @@ export const GenericCell = (
<Text
$secondary={!primary}
overflow="hidden"
size="sm"
size="md"
>
{displayedValue}
</Text>