From 3a7a7a14aab34c87f08546a5b7aa2c16b9f87eba Mon Sep 17 00:00:00 2001 From: amhsirak Date: Wed, 22 Oct 2025 14:23:27 +0530 Subject: [PATCH] feat: border bottom for current list --- 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 2477a4c5..b497453a 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', - + borderBottom: currentListIndex === idx ? '3px solid #FF00C3' : 'none', color: (theme) => theme.palette.mode === 'dark' ? '#fff' : '#000', }} >