feat: apply border

This commit is contained in:
amhsirak
2024-11-22 21:46:54 +05:30
parent a510f8abe6
commit 9379671082

View File

@@ -182,7 +182,7 @@ export const IntegrationSettingsModal = ({
{recording && recording.google_sheet_id ? (
<>
<Alert severity="info">
<Alert severity="info" sx={{ 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.