diff --git a/src/components/connection/connection-table.tsx b/src/components/connection/connection-table.tsx index f2daed6a..392fde45 100644 --- a/src/components/connection/connection-table.tsx +++ b/src/components/connection/connection-table.tsx @@ -109,7 +109,13 @@ export const ConnectionTable = (props: Props) => { columns={columns} onRowClick={(e) => onShowDetail(e.row.connectionData)} density="compact" - sx={{ border: "none", "div:focus": { outline: "none !important" } }} + sx={{ + border: "none", + "div:focus": { outline: "none !important" }, + "& div[aria-rowindex='1']": { + backgroundColor: "inherit !important", + }, + }} columnVisibilityModel={columnVisible} onColumnVisibilityModelChange={(e) => setColumnVisible(e)} />