mirror of
https://github.com/trezor/trezor-wallet
synced 2024-11-24 09:18:09 +00:00
Color changes
This commit is contained in:
parent
5a310f4e9b
commit
5bc9f4dbc3
@ -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};
|
||||
`};
|
||||
`;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user