diff --git a/src/components/run/RunContent.tsx b/src/components/run/RunContent.tsx index ae579df7..085a8763 100644 --- a/src/components/run/RunContent.tsx +++ b/src/components/run/RunContent.tsx @@ -672,6 +672,7 @@ export const RunContent = ({ row, currentLog, interpretationInProgress, logEndRe : '#e9ecef' : 'transparent', fontWeight: currentSchemaIndex === idx ? 600 : 400, + borderBottom: currentSchemaIndex === idx ? '3px solid #FF00C3' : 'none', color: (theme) => theme.palette.mode === 'dark' ? '#fff' : '#000', }} >