feat: apply margin top

This commit is contained in:
amhsirak
2024-11-22 21:47:36 +05:30
parent 9379671082
commit 6e60b735d3

View File

@@ -182,7 +182,7 @@ export const IntegrationSettingsModal = ({
{recording && recording.google_sheet_id ? (
<>
<Alert severity="info" sx={{ border: '1px solid #ff00c3' }}>
<Alert severity="info" sx={{ marginTop: '10px', border: '1px solid #ff00c3' }}>
<AlertTitle>Google Sheet Integrated Successfully.</AlertTitle>
Every time this robot creates a successful run, its captured data
is appended to your {recording.google_sheet_name} Google Sheet.