feat: sync dark mode w cloud

This commit is contained in:
amhsirak
2025-10-13 18:04:29 +05:30
parent 83abd27c70
commit 51dfffb476

View File

@@ -533,7 +533,7 @@ export const RecordingsTable = ({
<>
<TableContainer component={Paper} sx={{ width: '100%', overflow: 'hidden', marginTop: '15px' }}>
<Table stickyHeader aria-label="sticky table">
<TableHead>
{/* <TableHead> */}
<TableRow>
{columns.map((column) => (
<MemoizedTableCell
@@ -544,7 +544,7 @@ export const RecordingsTable = ({
</MemoizedTableCell>
))}
</TableRow>
</TableHead>
{/* </TableHead> */}
<TableBody>
{visibleRows.map((row) => (
<TableRowMemoized