mirror of
https://github.com/trezor/trezor-wallet
synced 2025-02-17 18:42:01 +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`
|
${props => props.isVerifying && css`
|
||||||
background: ${colors.WHITE};
|
|
||||||
z-index: 10001; /* bigger than modal container */
|
z-index: 10001; /* bigger than modal container */
|
||||||
border-color: ${colors.GREEN_PRIMARY};
|
border-color: ${colors.WHITE};
|
||||||
border-width: 2px;
|
border-width: 2px;
|
||||||
transform: translate(-1px, -1px);
|
transform: translate(-1px, -1px);
|
||||||
|
background: ${colors.DIVIDER};
|
||||||
`};
|
`};
|
||||||
`;
|
`;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user