From 3cfbfa60f28e7e040ebd73825677d38fe3856ada Mon Sep 17 00:00:00 2001 From: amhsirak Date: Wed, 22 Oct 2025 14:33:34 +0530 Subject: [PATCH] feat: border bottom for current ss --- 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 b497453a..68dc75fe 100644 --- a/src/components/run/RunContent.tsx +++ b/src/components/run/RunContent.tsx @@ -881,6 +881,7 @@ export const RunContent = ({ row, currentLog, interpretationInProgress, logEndRe : '#e9ecef' : 'transparent', fontWeight: currentScreenshotIndex === idx ? 600 : 400, + borderBottom: currentScreenshotIndex === idx ? '3px solid #FF00C3' : 'none', color: (theme) => theme.palette.mode === 'dark' ? '#fff' : '#000', }} >