1
0
mirror of https://github.com/trezor/trezor-wallet synced 2025-01-07 14:50:52 +00:00

make overlay a bit lighter

This commit is contained in:
Vladimir Volek 2019-03-28 15:51:21 +01:00
parent 5cc91bc552
commit c2db5444a0

View File

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