1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-11-24 09:18:09 +00:00

Fixed modal padings

This commit is contained in:
Vladimir Volek 2018-10-09 14:06:45 +02:00
parent 3de23f8757
commit 13e94ed355
2 changed files with 1 additions and 2 deletions

View File

@ -10,7 +10,7 @@ const Wrapper = styled.div`
`; `;
const StyledP = styled(P)` const StyledP = styled(P)`
padding: 14px 0px; padding: 7px 0px;
`; `;
const StyledButton = styled(Button)` const StyledButton = styled(Button)`

View File

@ -90,7 +90,6 @@ class Modal extends React.Component<Props> {
if (!this.props.modal.opened) return null; if (!this.props.modal.opened) return null;
const { opened, windowType } = this.props.modal; const { opened, windowType } = this.props.modal;
let component = null; let component = null;
switch (windowType) { switch (windowType) {
case UI.REQUEST_PIN: case UI.REQUEST_PIN: