feat: set margin to 6px

This commit is contained in:
amhsirak
2025-02-27 02:02:45 +05:30
parent 6dc17819a4
commit 13ae10fd2b

View File

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