feat: remove fontweight based on current list index

This commit is contained in:
amhsirak
2025-10-22 14:16:25 +05:30
parent ec2abf1368
commit 18fecdafac

View File

@@ -726,7 +726,7 @@ export const RunContent = ({ row, currentLog, interpretationInProgress, logEndRe
? '#121111ff'
: '#e9ecef'
: 'transparent',
fontWeight: currentListIndex === idx ? 600 : 400,
color: (theme) => theme.palette.mode === 'dark' ? '#fff' : '#000',
}}
>