feat: use h6 variant

This commit is contained in:
karishmas6
2024-10-24 06:13:48 +05:30
parent 654da91a60
commit 4a02ac2070

View File

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