mirror of
https://github.com/trezor/trezor-wallet
synced 2024-11-28 03:08:30 +00:00
Removed background from navigation body
This commit is contained in:
parent
5ea44176bb
commit
ad31b445f0
@ -20,7 +20,6 @@ import type { Props } from '../common';
|
|||||||
import Row from '../Row';
|
import Row from '../Row';
|
||||||
import RowCoin from '../RowCoin';
|
import RowCoin from '../RowCoin';
|
||||||
|
|
||||||
|
|
||||||
const Wrapper = styled.div``;
|
const Wrapper = styled.div``;
|
||||||
|
|
||||||
const Text = styled.span`
|
const Text = styled.span`
|
||||||
|
@ -33,7 +33,6 @@ const Footer = styled.div`
|
|||||||
|
|
||||||
const Body = styled.div`
|
const Body = styled.div`
|
||||||
width: 320px;
|
width: 320px;
|
||||||
background: ${colors.LANDING};
|
|
||||||
`;
|
`;
|
||||||
|
|
||||||
const Help = styled.div`
|
const Help = styled.div`
|
||||||
|
Loading…
Reference in New Issue
Block a user