feat: remove margin bottom

This commit is contained in:
amhsirak
2024-11-05 23:24:22 +05:30
parent 25c7ac5b9c
commit dd25071766

View File

@@ -143,7 +143,6 @@ export const IntegrationSettingsModal = ({ isOpen, handleStart, handleClose }: I
variant="contained"
color="primary"
onClick={authenticateWithGoogle}
style={{ marginBottom: '15px' }}
>
Authenticate with Google
</Button>