chore: lint
This commit is contained in:
@@ -158,27 +158,27 @@ export const RecordingsTable = ({ handleEditRecording, handleRunRecording, handl
|
|||||||
My Robots
|
My Robots
|
||||||
</Typography>
|
</Typography>
|
||||||
<IconButton
|
<IconButton
|
||||||
aria-label="new"
|
aria-label="new"
|
||||||
size={"small"}
|
size={"small"}
|
||||||
onClick={handleNewRecording}
|
onClick={handleNewRecording}
|
||||||
sx={{
|
sx={{
|
||||||
width: '140px',
|
width: '140px',
|
||||||
borderRadius: '5px',
|
borderRadius: '5px',
|
||||||
padding: '8px',
|
padding: '8px',
|
||||||
background: '#ff00c3',
|
background: '#ff00c3',
|
||||||
color: 'white',
|
color: 'white',
|
||||||
marginRight: '10px',
|
marginRight: '10px',
|
||||||
fontFamily: '"Roboto","Helvetica","Arial",sans-serif',
|
fontFamily: '"Roboto","Helvetica","Arial",sans-serif',
|
||||||
fontWeight: '500',
|
fontWeight: '500',
|
||||||
fontSize: '0.875rem',
|
fontSize: '0.875rem',
|
||||||
lineHeight: '1.75',
|
lineHeight: '1.75',
|
||||||
letterSpacing: '0.02857em',
|
letterSpacing: '0.02857em',
|
||||||
'&:hover': { color: 'white', backgroundColor: '#ff00c3' }
|
'&:hover': { color: 'white', backgroundColor: '#ff00c3' }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
>
|
>
|
||||||
<Add sx={{ marginRight: '5px' }} /> Create Robot
|
<Add sx={{ marginRight: '5px' }} /> Create Robot
|
||||||
</IconButton>
|
</IconButton>
|
||||||
</Box>
|
</Box>
|
||||||
<TableContainer component={Paper} sx={{ width: '100%', overflow: 'hidden', marginTop: '15px' }}>
|
<TableContainer component={Paper} sx={{ width: '100%', overflow: 'hidden', marginTop: '15px' }}>
|
||||||
<Table stickyHeader aria-label="sticky table">
|
<Table stickyHeader aria-label="sticky table">
|
||||||
|
|||||||
Reference in New Issue
Block a user