fix width of the backup button

pull/392/head
slowbackspace 5 years ago
parent a01ca0fb78
commit cf86dc93a2

@ -59,6 +59,10 @@ const Row = styled.div`
}
`;
const BackupButton = styled(Button)`
width: 100%;
`;
const WarnButton = styled(Button)`
background: transparent;
border-color: ${colors.WARNING_PRIMARY};
@ -148,7 +152,7 @@ class ConfirmUnverifiedAddress extends PureComponent<Props> {
<Content>
<Row>
<Link href="https://wallet.trezor.io/?backup">
<Button>Create a backup in 3 minutes</Button>
<BackupButton>Create a backup in 3 minutes</BackupButton>
</Link>
</Row>
</Content>

Loading…
Cancel
Save