make overlay a bit lighter

pull/467/head
Vladimir Volek 5 years ago
parent 5cc91bc552
commit c2db5444a0

@ -33,7 +33,7 @@ const Overlay = styled.div`
position: absolute; position: absolute;
width: 100%; width: 100%;
height: 100%; height: 100%;
background: rgba(0, 0, 0, 0.2); background: rgba(0, 0, 0, 0.1);
animation: ${FADE_IN} 0.25s; animation: ${FADE_IN} 0.25s;
`; `;

Loading…
Cancel
Save