1
0
mirror of https://github.com/trezor/trezor-wallet synced 2025-02-15 01:22:01 +00:00

force max width for pin modal

This commit is contained in:
slowbackspace 2019-05-03 19:32:58 +02:00
parent f7a8fbeb3b
commit 46ba4c20d2

View File

@ -23,12 +23,12 @@ type State = {
const Wrapper = styled.div`
padding: 30px 48px;
max-width: 260px;
`;
const InputWrapper = styled.div`
margin-top: 24px;
margin-bottom: 10px;
max-width: 260px;
`;
const PinRow = styled.div`
display: flex;