feat: remove fontweight based on current schema index

This commit is contained in:
amhsirak
2025-10-22 14:36:19 +05:30
parent 0b36072303
commit 9b63f6603d

View File

@@ -671,7 +671,6 @@ export const RunContent = ({ row, currentLog, interpretationInProgress, logEndRe
? '#121111ff'
: '#e9ecef'
: 'transparent',
fontWeight: currentSchemaIndex === idx ? 600 : 400,
borderBottom: currentSchemaIndex === idx ? '3px solid #FF00C3' : 'none',
color: (theme) => theme.palette.mode === 'dark' ? '#fff' : '#000',
}}