feat: set text height to 52px
This commit is contained in:
@@ -34,7 +34,7 @@ export const ScheduleSettingsModal = ({ isOpen, handleStart, handleClose }: Sche
|
|||||||
|
|
||||||
const textStyle = {
|
const textStyle = {
|
||||||
width: '150px',
|
width: '150px',
|
||||||
height: '50px',
|
height: '52px',
|
||||||
marginRight: '10px',
|
marginRight: '10px',
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user