feat: set text height to 52px

This commit is contained in:
karishmas6
2024-09-12 23:16:12 +05:30
parent 235fde2e61
commit ba96216cb0

View File

@@ -34,7 +34,7 @@ export const ScheduleSettingsModal = ({ isOpen, handleStart, handleClose }: Sche
const textStyle = {
width: '150px',
height: '50px',
height: '52px',
marginRight: '10px',
};