Skip to content

Commit 13ae10f

Browse files
committed
feat: set margin to 6px
1 parent 6dc1781 commit 13ae10f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: src/components/integration/IntegrationSettings.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ export const IntegrationSettingsModal = ({
394394
}}
395395
style={{ display: "flex", flexDirection: "column", alignItems: "center", background: 'white', color: '#ff00c3' }}
396396
>
397-
<img src="/public/svg/gsheet.svg" alt="Google Sheets" style={{ margin: "8px" }} />
397+
<img src="/public/svg/gsheet.svg" alt="Google Sheets" style={{ margin: "6px" }} />
398398
Google Sheets
399399
</Button>
400400

@@ -407,7 +407,7 @@ export const IntegrationSettingsModal = ({
407407
}}
408408
style={{ display: "flex", flexDirection: "column", alignItems: "center", background: 'white', color: '#ff00c3' }}
409409
>
410-
<img src="/public/svg/airtable.svg" alt="Airtable" style={{ margin: "8px" }} />
410+
<img src="/public/svg/airtable.svg" alt="Airtable" style={{ margin: "6px" }} />
411411
Airtable
412412
</Button>
413413
</div>

0 commit comments

Comments
 (0)