feat: set margin 8px
This commit is contained in:
@@ -395,7 +395,7 @@ export const IntegrationSettingsModal = ({
|
|||||||
}}
|
}}
|
||||||
style={{ display: "flex", flexDirection: "column", alignItems: "center" }}
|
style={{ display: "flex", flexDirection: "column", alignItems: "center" }}
|
||||||
>
|
>
|
||||||
<img src="/public/svg/gsheet.svg" alt="Google Sheets" style={{ marginBottom: "8px" }} />
|
<img src="/public/svg/gsheet.svg" alt="Google Sheets" style={{ margin: "8px"}} />
|
||||||
Google Sheets
|
Google Sheets
|
||||||
</Button>
|
</Button>
|
||||||
|
|
||||||
@@ -409,7 +409,7 @@ export const IntegrationSettingsModal = ({
|
|||||||
}}
|
}}
|
||||||
style={{ display: "flex", flexDirection: "column", alignItems: "center" }}
|
style={{ display: "flex", flexDirection: "column", alignItems: "center" }}
|
||||||
>
|
>
|
||||||
<img src="/public/svg/airtable.svg" alt="Airtable" style={{ marginBottom: "8px" }} />
|
<img src="/public/svg/airtable.svg" alt="Airtable" style={{ margin: "8px" }} />
|
||||||
Airtable
|
Airtable
|
||||||
</Button>
|
</Button>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user