improve headers

pull/1255/head
Mikael Finstad 4 years ago
parent eaa8512e36
commit 655725eaec
No known key found for this signature in database
GPG Key ID: 25AB36E3E81CBC26

@ -20,7 +20,7 @@ const KeyCell = (props) => <Table.TextCell textProps={{ whiteSpace: 'auto' }} {.
const Header = ({ title }) => ( const Header = ({ title }) => (
<Row backgroundColor="rgba(0,0,0,0.05)"> <Row backgroundColor="rgba(0,0,0,0.05)">
<Table.TextCell>{title}</Table.TextCell> <Table.TextCell><b>{title}</b></Table.TextCell>
<Table.TextCell /> <Table.TextCell />
</Row> </Row>
); );

Loading…
Cancel
Save