mirror of
https://github.com/trezor/trezor-wallet
synced 2025-06-03 22:58:48 +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`
|
const Wrapper = styled.div`
|
||||||
padding: 30px 48px;
|
padding: 30px 48px;
|
||||||
max-width: 260px;
|
max-width: 350px;
|
||||||
`;
|
`;
|
||||||
|
|
||||||
const InputWrapper = styled.div`
|
const InputWrapper = styled.div`
|
||||||
|
Loading…
Reference in New Issue
Block a user