Update Table CSS

This commit is contained in:
Hongbo Wu
2022-06-02 21:55:37 +08:00
parent 99e5c7fa1d
commit 0353930ca3

View File

@ -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