feat: sync dark mode w cloud
This commit is contained in:
@@ -533,7 +533,7 @@ export const RecordingsTable = ({
|
|||||||
<>
|
<>
|
||||||
<TableContainer component={Paper} sx={{ width: '100%', overflow: 'hidden', marginTop: '15px' }}>
|
<TableContainer component={Paper} sx={{ width: '100%', overflow: 'hidden', marginTop: '15px' }}>
|
||||||
<Table stickyHeader aria-label="sticky table">
|
<Table stickyHeader aria-label="sticky table">
|
||||||
<TableHead>
|
{/* <TableHead> */}
|
||||||
<TableRow>
|
<TableRow>
|
||||||
{columns.map((column) => (
|
{columns.map((column) => (
|
||||||
<MemoizedTableCell
|
<MemoizedTableCell
|
||||||
@@ -544,7 +544,7 @@ export const RecordingsTable = ({
|
|||||||
</MemoizedTableCell>
|
</MemoizedTableCell>
|
||||||
))}
|
))}
|
||||||
</TableRow>
|
</TableRow>
|
||||||
</TableHead>
|
{/* </TableHead> */}
|
||||||
<TableBody>
|
<TableBody>
|
||||||
{visibleRows.map((row) => (
|
{visibleRows.map((row) => (
|
||||||
<TableRowMemoized
|
<TableRowMemoized
|
||||||
|
|||||||
Reference in New Issue
Block a user