Add padding to install page (#3210)

This commit is contained in:
Krzysztof Żuraw 2023-02-22 16:31:22 +01:00 committed by GitHub
parent a0663475f6
commit 9f54a7840c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>