From 9b63f6603dbabf04f344dc53a167ffd606405928 Mon Sep 17 00:00:00 2001 From: amhsirak Date: Wed, 22 Oct 2025 14:36:19 +0530 Subject: [PATCH] feat: remove fontweight based on current schema 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 085a8763..ee397bf4 100644 --- a/src/components/run/RunContent.tsx +++ b/src/components/run/RunContent.tsx @@ -671,7 +671,6 @@ export const RunContent = ({ row, currentLog, interpretationInProgress, logEndRe ? '#121111ff' : '#e9ecef' : 'transparent', - fontWeight: currentSchemaIndex === idx ? 600 : 400, borderBottom: currentSchemaIndex === idx ? '3px solid #FF00C3' : 'none', color: (theme) => theme.palette.mode === 'dark' ? '#fff' : '#000', }}