Add padding to install page (#3210)
This commit is contained in:
parent
a0663475f6
commit
9f54a7840c
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ export const AppInstallPage: React.FC<AppInstallPageProps> = ({
|
||||||
</CardContent>
|
</CardContent>
|
||||||
</Card>
|
</Card>
|
||||||
<CardSpacer />
|
<CardSpacer />
|
||||||
<Box display="flex" justifyContent="space-between">
|
<Box display="flex" justifyContent="space-between" paddingX={9}>
|
||||||
<Button variant="secondary" onClick={navigateToAppsList}>
|
<Button variant="secondary" onClick={navigateToAppsList}>
|
||||||
<FormattedMessage {...buttonMessages.cancel} />
|
<FormattedMessage {...buttonMessages.cancel} />
|
||||||
</Button>
|
</Button>
|
||||||
|
|
Loading…
Reference in a new issue