mirror of
https://github.com/trezor/trezor-wallet
synced 2024-11-24 01:08:27 +00:00
Fixed modal padings
This commit is contained in:
parent
3de23f8757
commit
13e94ed355
@ -10,7 +10,7 @@ const Wrapper = styled.div`
|
||||
`;
|
||||
|
||||
const StyledP = styled(P)`
|
||||
padding: 14px 0px;
|
||||
padding: 7px 0px;
|
||||
`;
|
||||
|
||||
const StyledButton = styled(Button)`
|
||||
|
@ -90,7 +90,6 @@ class Modal extends React.Component<Props> {
|
||||
if (!this.props.modal.opened) return null;
|
||||
|
||||
const { opened, windowType } = this.props.modal;
|
||||
|
||||
let component = null;
|
||||
switch (windowType) {
|
||||
case UI.REQUEST_PIN:
|
||||
|
Loading…
Reference in New Issue
Block a user