diff --git a/src/components/molecules/ScheduleSettings.tsx b/src/components/molecules/ScheduleSettings.tsx index 1ec02464..2764c572 100644 --- a/src/components/molecules/ScheduleSettings.tsx +++ b/src/components/molecules/ScheduleSettings.tsx @@ -34,7 +34,7 @@ export const ScheduleSettingsModal = ({ isOpen, handleStart, handleClose }: Sche const textStyle = { width: '150px', - height: '50px', + height: '52px', marginRight: '10px', };