feat: border bottom for current list

This commit is contained in:
amhsirak
2025-10-22 14:23:27 +05:30
parent 18fecdafac
commit 3a7a7a14aa

View File

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