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 }) => (
<Row backgroundColor="rgba(0,0,0,0.05)">
<Table.TextCell>{title}</Table.TextCell>
<Table.TextCell><b>{title}</b></Table.TextCell>
<Table.TextCell />
</Row>
);

Loading…
Cancel
Save