1
0
mirror of https://github.com/mifi/lossless-cut.git synced 2024-11-25 11:43:17 +01:00

improve headers

This commit is contained in:
Mikael Finstad 2023-01-06 22:49:39 +08:00
parent eaa8512e36
commit 655725eaec
No known key found for this signature in database
GPG Key ID: 25AB36E3E81CBC26

View File

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