feat: !textStyles for button
This commit is contained in:
@@ -133,7 +133,6 @@ export const ScheduleSettingsModal = ({ isOpen, handleStart, handleClose }: Sche
|
|||||||
<Button
|
<Button
|
||||||
variant="contained"
|
variant="contained"
|
||||||
onClick={() => handleStart(settings)}
|
onClick={() => handleStart(settings)}
|
||||||
sx={{ ...textStyle, width: '100%' }}
|
|
||||||
>
|
>
|
||||||
Start
|
Start
|
||||||
</Button>
|
</Button>
|
||||||
|
|||||||
Reference in New Issue
Block a user