mirror of
https://github.com/trezor/trezor-wallet
synced 2025-06-17 13:38:49 +00:00
adjust Log bg color
This commit is contained in:
parent
7ab3978078
commit
2722393981
@ -28,7 +28,7 @@ type Props = {| ...OwnProps, ...StateProps, ...DispatchProps |};
|
|||||||
const Wrapper = styled.div`
|
const Wrapper = styled.div`
|
||||||
position: relative;
|
position: relative;
|
||||||
color: ${colors.INFO_PRIMARY};
|
color: ${colors.INFO_PRIMARY};
|
||||||
background: ${colors.INFO_SECONDARY};
|
background: ${colors.INFO_LIGHT};
|
||||||
padding: 24px;
|
padding: 24px;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
Loading…
Reference in New Issue
Block a user