From 18fecdafac904efde36945263d388153e1398f2c Mon Sep 17 00:00:00 2001 From: amhsirak Date: Wed, 22 Oct 2025 14:16:25 +0530 Subject: [PATCH] feat: remove fontweight based on current list index --- src/components/run/RunContent.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/run/RunContent.tsx b/src/components/run/RunContent.tsx index 010eeda6..2477a4c5 100644 --- a/src/components/run/RunContent.tsx +++ b/src/components/run/RunContent.tsx @@ -726,7 +726,7 @@ export const RunContent = ({ row, currentLog, interpretationInProgress, logEndRe ? '#121111ff' : '#e9ecef' : 'transparent', - fontWeight: currentListIndex === idx ? 600 : 400, + color: (theme) => theme.palette.mode === 'dark' ? '#fff' : '#000', }} >