feat: border bottom for current ss

This commit is contained in:
amhsirak
2025-10-22 14:33:34 +05:30
parent 3a7a7a14aa
commit 3cfbfa60f2

View File

@@ -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',
}}
>