Skip to content

Commit

Permalink
fix(Modal): overlay color
Browse files Browse the repository at this point in the history
  • Loading branch information
zouxuoz committed Dec 10, 2018
1 parent 4ec5207 commit b97367a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/atoms/Modal/Modal.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const OverlayTag = createStyledTag(name, (props): * => ({
position: 'fixed',
right: 0,
top: 0,
background: 'rgba(0, 0, 0, 0.5)',
background: 'rgba(60, 87, 118, 0.6)',
zIndex: props.theme.Z_INDEX.MODAL,
}));

Expand Down

0 comments on commit b97367a

Please sign in to comment.