feat: margin

This commit is contained in:
karishmas6
2024-10-24 06:29:02 +05:30
parent 6841ebb526
commit 6d2f9d49c1

View File

@@ -151,7 +151,7 @@ export const IntegrationSettingsModal = ({ isOpen, handleStart, handleClose }: I
) : (
<>
{recording.google_sheet_email && (
<Typography sx={{ marginBottom: '10px' }}>
<Typography sx={{ margin: '20px 0px 30px 0px' }}>
Logged in as: {recording.google_sheet_email}
</Typography>
)}