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

Loading…
Cancel
Save