From 6108629ff9615a82acbf92bfc2870bba24941bd7 Mon Sep 17 00:00:00 2001 From: amhsirak Date: Mon, 13 Oct 2025 17:56:54 +0530 Subject: [PATCH] feat: remove unwated styled --- src/components/run/InterpretationLog.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/run/InterpretationLog.tsx b/src/components/run/InterpretationLog.tsx index d0382120..ec6a9d9b 100644 --- a/src/components/run/InterpretationLog.tsx +++ b/src/components/run/InterpretationLog.tsx @@ -216,8 +216,6 @@ export const InterpretationLog: React.FC = ({ isOpen, se sx={{ display: 'flex', borderBottom: '1px solid', - borderColor: darkMode ? '#3a4453' : '#dee2e6', - backgroundColor: darkMode ? '#2a3441' : '#f8f9fa' }} > {availableTabs.map((tab, index) => (