feat: reduce margin top bottom to 15px

This commit is contained in:
karishmas6
2024-10-24 06:15:33 +05:30
parent 4a02ac2070
commit d20c77fa9c

View File

@@ -113,7 +113,7 @@ export const IntegrationSettingsModal = ({ isOpen, handleStart, handleClose }: I
return ( return (
<GenericModal isOpen={isOpen} onClose={handleClose}> <GenericModal isOpen={isOpen} onClose={handleClose}>
<div style={{ display: 'flex', flexDirection: 'column', alignItems: 'flex-start', marginLeft: '65px' }}> <div style={{ display: 'flex', flexDirection: 'column', alignItems: 'flex-start', marginLeft: '65px' }}>
<Typography variant="h6" sx={{ margin: '20px 0px' }}>Integrate with Google Sheet</Typography> <Typography variant="h6" sx={{ margin: '15px 0px' }}>Integrate with Google Sheet</Typography>
{recording && recording.google_sheet_id ? ( {recording && recording.google_sheet_id ? (
<> <>