1
0
mirror of https://github.com/trezor/trezor-wallet synced 2025-02-15 01:22:01 +00:00

adjust Log bg color

This commit is contained in:
slowbackspace 2019-05-02 14:29:03 +02:00
parent 7ab3978078
commit 2722393981

View File

@ -28,7 +28,7 @@ type Props = {| ...OwnProps, ...StateProps, ...DispatchProps |};
const Wrapper = styled.div`
position: relative;
color: ${colors.INFO_PRIMARY};
background: ${colors.INFO_SECONDARY};
background: ${colors.INFO_LIGHT};
padding: 24px;
display: flex;
flex-direction: column;