quick style fix for header cell background

This commit is contained in:
dekzter 2025-03-19 07:15:51 -04:00
parent 8ca91bd897
commit d7927052c7

View file

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