feat: !textStyles for button

This commit is contained in:
karishmas6
2024-09-12 23:24:31 +05:30
parent 89fdfaab10
commit 57370e6104

View File

@@ -133,7 +133,6 @@ export const ScheduleSettingsModal = ({ isOpen, handleStart, handleClose }: Sche
<Button
variant="contained"
onClick={() => handleStart(settings)}
sx={{ ...textStyle, width: '100%' }}
>
Start
</Button>