feat: -rm sx prop styles
This commit is contained in:
@@ -200,7 +200,7 @@ export const RecordingsTable = ({ handleEditRecording, handleRunRecording, handl
|
|||||||
fetchRecordings();
|
fetchRecordings();
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}} sx={{ '&:hover': { color: '#1976d2', backgroundColor: 'transparent' } }}>
|
}}>
|
||||||
<DeleteForever />
|
<DeleteForever />
|
||||||
</IconButton>
|
</IconButton>
|
||||||
</TableCell>
|
</TableCell>
|
||||||
@@ -239,7 +239,7 @@ const InterpretButton = ({ handleInterpret }: InterpretButtonProps) => {
|
|||||||
<IconButton aria-label="add" size="small" onClick={() => {
|
<IconButton aria-label="add" size="small" onClick={() => {
|
||||||
handleInterpret();
|
handleInterpret();
|
||||||
}}
|
}}
|
||||||
sx={{ '&:hover': { color: '#1976d2', backgroundColor: 'transparent' } }}>
|
>
|
||||||
<PlayCircle />
|
<PlayCircle />
|
||||||
</IconButton>
|
</IconButton>
|
||||||
)
|
)
|
||||||
@@ -255,7 +255,7 @@ const ScheduleButton = ({ handleSchedule }: ScheduleButtonProps) => {
|
|||||||
<IconButton aria-label="add" size="small" onClick={() => {
|
<IconButton aria-label="add" size="small" onClick={() => {
|
||||||
handleSchedule();
|
handleSchedule();
|
||||||
}}
|
}}
|
||||||
sx={{ '&:hover': { color: '#1976d2', backgroundColor: 'transparent' } }}>
|
>
|
||||||
<Schedule />
|
<Schedule />
|
||||||
</IconButton>
|
</IconButton>
|
||||||
)
|
)
|
||||||
@@ -270,7 +270,7 @@ const IntegrateButton = ({ handleIntegrate }: IntegrateButtonProps) => {
|
|||||||
<IconButton aria-label="add" size="small" onClick={() => {
|
<IconButton aria-label="add" size="small" onClick={() => {
|
||||||
handleIntegrate();
|
handleIntegrate();
|
||||||
}}
|
}}
|
||||||
sx={{ '&:hover': { color: '#1976d2', backgroundColor: 'transparent' } }}>
|
>
|
||||||
<LinkIcon />
|
<LinkIcon />
|
||||||
</IconButton>
|
</IconButton>
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user