mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-07-18 09:06:06 +00:00
quick style fix for header cell background
This commit is contained in:
parent
8ca91bd897
commit
d7927052c7
1 changed files with 1 additions and 1 deletions
|
|
@ -107,7 +107,7 @@ const StreamsTable = ({}) => {
|
|||
header: 'Name',
|
||||
accessorKey: 'name',
|
||||
mantineTableHeadCellProps: {
|
||||
style: { textAlign: 'center' }, // Center-align the header
|
||||
style: { textAlign: 'center', backgroundColor: 'rgb(56, 58, 63)' }, // Center-align the header
|
||||
},
|
||||
Header: ({ column }) => (
|
||||
<TextInput
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue