Skip to content

Commit

Permalink
incorporate feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
driusan committed Jun 11, 2021
1 parent 606f145 commit ace8958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jsx/Modal.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ class Modal extends Component {
margin: 'auto',
padding: 0,
border: '1px solid #888',
width: width ? width : '700px',
width: width || '700px',
boxShadow: '0 4px 8px 0 rbga(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19)',
transition: 'top 0.4s, opacity 0.4s',
};
Expand Down

0 comments on commit ace8958

Please # to comment.