mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Show the css attribute
This commit is contained in:
parent
1c1db00626
commit
5c69fb50fb
1 changed files with 1 additions and 1 deletions
|
|
@ -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) => (
|
||||
|
|
|
|||
Loading…
Reference in a new issue