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" variant="contained"
color="primary" color="primary"
onClick={authenticateWithGoogle} onClick={authenticateWithGoogle}
style={{ marginBottom: '15px' }}
> >
Authenticate with Google Authenticate with Google
</Button> </Button>