From 0b36072303475a9f97b016cf8349a6f832091cc9 Mon Sep 17 00:00:00 2001 From: amhsirak Date: Wed, 22 Oct 2025 14:36:06 +0530 Subject: [PATCH] feat: border bottom for current text --- src/components/run/RunContent.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/run/RunContent.tsx b/src/components/run/RunContent.tsx index ae579df7..085a8763 100644 --- a/src/components/run/RunContent.tsx +++ b/src/components/run/RunContent.tsx @@ -672,6 +672,7 @@ export const RunContent = ({ row, currentLog, interpretationInProgress, logEndRe : '#e9ecef' : 'transparent', fontWeight: currentSchemaIndex === idx ? 600 : 400, + borderBottom: currentSchemaIndex === idx ? '3px solid #FF00C3' : 'none', color: (theme) => theme.palette.mode === 'dark' ? '#fff' : '#000', }} >