mirror of
https://github.com/trezor/trezor-wallet
synced 2025-03-19 17:46:10 +00:00
fix pin modal max width
This commit is contained in:
parent
1b9a6e6097
commit
94e2963646
@ -23,7 +23,7 @@ type State = {
|
||||
|
||||
const Wrapper = styled.div`
|
||||
padding: 30px 48px;
|
||||
max-width: 260px;
|
||||
max-width: 350px;
|
||||
`;
|
||||
|
||||
const InputWrapper = styled.div`
|
||||
|
Loading…
Reference in New Issue
Block a user