From dcacd5f0c29d47834974d42f53fb4d99b8ee3be6 Mon Sep 17 00:00:00 2001 From: amhsirak Date: Wed, 22 Oct 2025 14:33:50 +0530 Subject: [PATCH] feat: remove fontweight based on current ss index --- src/components/run/RunContent.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/run/RunContent.tsx b/src/components/run/RunContent.tsx index 68dc75fe..ae579df7 100644 --- a/src/components/run/RunContent.tsx +++ b/src/components/run/RunContent.tsx @@ -880,7 +880,6 @@ export const RunContent = ({ row, currentLog, interpretationInProgress, logEndRe ? '#121111ff' : '#e9ecef' : 'transparent', - fontWeight: currentScreenshotIndex === idx ? 600 : 400, borderBottom: currentScreenshotIndex === idx ? '3px solid #FF00C3' : 'none', color: (theme) => theme.palette.mode === 'dark' ? '#fff' : '#000', }}