feat: remove fontweight based on current ss index
This commit is contained in:
@@ -880,7 +880,6 @@ export const RunContent = ({ row, currentLog, interpretationInProgress, logEndRe
|
|||||||
? '#121111ff'
|
? '#121111ff'
|
||||||
: '#e9ecef'
|
: '#e9ecef'
|
||||||
: 'transparent',
|
: 'transparent',
|
||||||
fontWeight: currentScreenshotIndex === idx ? 600 : 400,
|
|
||||||
borderBottom: currentScreenshotIndex === idx ? '3px solid #FF00C3' : 'none',
|
borderBottom: currentScreenshotIndex === idx ? '3px solid #FF00C3' : 'none',
|
||||||
color: (theme) => theme.palette.mode === 'dark' ? '#fff' : '#000',
|
color: (theme) => theme.palette.mode === 'dark' ? '#fff' : '#000',
|
||||||
}}
|
}}
|
||||||
|
|||||||
Reference in New Issue
Block a user