Show the css attribute

This commit is contained in:
Jackson Harper
2022-07-20 16:12:25 -07:00
parent 1c1db00626
commit 5c69fb50fb

View File

@ -106,7 +106,7 @@ export function Table(props: TableProps): JSX.Element {
},
}}
>
<StyledTable>
<StyledTable css={{ /* can also style here now */ }}>
<Thead className={newThead}>
<Tr>
{props.headers.map((header: string, index: number) => (