1
0
mirror of https://github.com/trezor/trezor-wallet synced 2025-03-20 10:06:09 +00:00

fix pin modal max width

This commit is contained in:
slowbackspace 2019-05-07 12:42:04 +02:00
parent 1b9a6e6097
commit 94e2963646

View File

@ -23,7 +23,7 @@ type State = {
const Wrapper = styled.div`
padding: 30px 48px;
max-width: 260px;
max-width: 350px;
`;
const InputWrapper = styled.div`