From ebbadeb16eb9fa6624163027be484f1e04ee6d59 Mon Sep 17 00:00:00 2001 From: amhsirak Date: Wed, 22 Oct 2025 13:17:57 +0530 Subject: [PATCH] feat: remove run logs tab --- src/components/run/RunContent.tsx | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/src/components/run/RunContent.tsx b/src/components/run/RunContent.tsx index ceffc025..79045cdc 100644 --- a/src/components/run/RunContent.tsx +++ b/src/components/run/RunContent.tsx @@ -643,19 +643,6 @@ export const RunContent = ({ row, currentLog, interpretationInProgress, logEndRe } }} /> - theme.palette.mode === 'dark' ? '#fff' : '#000', - '&:hover': { - color: '#FF00C3' - }, - '&.Mui-selected': { - color: '#FF00C3', - } - }} - />