Commit fc836590 authored by eddie's avatar eddie Committed by GitHub

fix: bottom padding on error modal (#6758)

parent e8f5a0e8
...@@ -64,7 +64,7 @@ export function ErrorModalContent({ errorType, onRetry }: ErrorModalContentProps ...@@ -64,7 +64,7 @@ export function ErrorModalContent({ errorType, onRetry }: ErrorModalContentProps
</Row> </Row>
</ColumnCenter> </ColumnCenter>
<Row justify="center"> <Row justify="center">
<ButtonPrimary marginX="24px" onClick={onRetry}> <ButtonPrimary marginX="24px" marginBottom="16px" onClick={onRetry}>
<Trans>Retry</Trans> <Trans>Retry</Trans>
</ButtonPrimary> </ButtonPrimary>
</Row> </Row>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment