mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-01 18:33:33 +00:00
Increase text size of table cells
This commit is contained in:
parent
5e693313d8
commit
c79a992829
5 changed files with 14 additions and 14 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue