feat: set margin to 6px
This commit is contained in:
@@ -394,7 +394,7 @@ export const IntegrationSettingsModal = ({
|
|||||||
}}
|
}}
|
||||||
style={{ display: "flex", flexDirection: "column", alignItems: "center", background: 'white', color: '#ff00c3' }}
|
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
|
Google Sheets
|
||||||
</Button>
|
</Button>
|
||||||
|
|
||||||
@@ -407,7 +407,7 @@ export const IntegrationSettingsModal = ({
|
|||||||
}}
|
}}
|
||||||
style={{ display: "flex", flexDirection: "column", alignItems: "center", background: 'white', color: '#ff00c3' }}
|
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
|
Airtable
|
||||||
</Button>
|
</Button>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user