From 51dfffb47632f89f0f9a7bd6e8c8a246bcbe3bcb Mon Sep 17 00:00:00 2001 From: amhsirak Date: Mon, 13 Oct 2025 18:04:29 +0530 Subject: [PATCH] feat: sync dark mode w cloud --- src/components/robot/RecordingsTable.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/robot/RecordingsTable.tsx b/src/components/robot/RecordingsTable.tsx index a1f0daaa..504cfa43 100644 --- a/src/components/robot/RecordingsTable.tsx +++ b/src/components/robot/RecordingsTable.tsx @@ -533,7 +533,7 @@ export const RecordingsTable = ({ <> - + {/* */} {columns.map((column) => ( ))} - + {/* */} {visibleRows.map((row) => (