From d7927052c79e19edd0678efa5476225ec7ca078a Mon Sep 17 00:00:00 2001 From: dekzter Date: Wed, 19 Mar 2025 07:15:51 -0400 Subject: [PATCH] quick style fix for header cell background --- frontend/src/components/tables/StreamsTable.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/tables/StreamsTable.jsx b/frontend/src/components/tables/StreamsTable.jsx index 337ea9da..6030ab63 100644 --- a/frontend/src/components/tables/StreamsTable.jsx +++ b/frontend/src/components/tables/StreamsTable.jsx @@ -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 }) => (