Fixed modal padings

pull/147/head
Vladimir Volek 6 years ago
parent 3de23f8757
commit 13e94ed355

@ -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)`

@ -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:

Loading…
Cancel
Save