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)`
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…
Cancel
Save