1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-11-24 09:18:09 +00:00

Color changes

This commit is contained in:
Vasek Mlejnsky 2018-09-26 15:27:57 +02:00
parent 5a310f4e9b
commit 5bc9f4dbc3

View File

@ -62,11 +62,11 @@ const ValueWrapper = styled.div`
`};
${props => props.isVerifying && css`
background: ${colors.WHITE};
z-index: 10001; /* bigger than modal container */
border-color: ${colors.GREEN_PRIMARY};
border-color: ${colors.WHITE};
border-width: 2px;
transform: translate(-1px, -1px);
background: ${colors.DIVIDER};
`};
`;