diff --git a/src/components/run/RunContent.tsx b/src/components/run/RunContent.tsx index 79045cdc..aac07d20 100644 --- a/src/components/run/RunContent.tsx +++ b/src/components/run/RunContent.tsx @@ -630,19 +630,6 @@ export const RunContent = ({ row, currentLog, interpretationInProgress, logEndRe } }} > - theme.palette.mode === 'dark' ? '#fff' : '#000', - '&:hover': { - color: '#FF00C3' - }, - '&.Mui-selected': { - color: '#FF00C3', - } - }} - />