1
0
mirror of https://github.com/trezor/trezor-wallet synced 2025-06-17 05:28:46 +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` 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;