mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Update Table CSS
This commit is contained in:
parent
99e5c7fa1d
commit
0353930ca3
1 changed files with 6 additions and 0 deletions
|
|
@ -158,12 +158,18 @@ export function Table(props: TableProps): JSX.Element {
|
|||
color: '$grayTextContrast',
|
||||
textTransform: 'uppercase',
|
||||
},
|
||||
width: '240px',
|
||||
}}
|
||||
>
|
||||
{header}
|
||||
</StyledText>
|
||||
</Box>
|
||||
))}
|
||||
<Box
|
||||
css={{
|
||||
width: '120px',
|
||||
}}
|
||||
></Box>
|
||||
</TableHeading>
|
||||
{Array.from(props.rows.keys()).map((key, index) => (
|
||||
<TableCard
|
||||
|
|
|
|||
Loading…
Reference in a new issue