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 RowCoin from '../RowCoin';
|
||||
|
||||
|
||||
const Wrapper = styled.div``;
|
||||
|
||||
const Text = styled.span`
|
||||
@ -115,7 +114,7 @@ const AccountMenu = (props: Props): ?React$Element<string> => {
|
||||
const selectedCoin = config.coins.find(c => c.network === location.state.network);
|
||||
|
||||
if (!selected || !selectedCoin) return;
|
||||
|
||||
|
||||
const fiatRate = props.fiat.find(f => f.network === selectedCoin.network);
|
||||
|
||||
const deviceAccounts: Accounts = findDeviceAccounts(accounts, selected, location.state.network);
|
||||
|
@ -33,7 +33,6 @@ const Footer = styled.div`
|
||||
|
||||
const Body = styled.div`
|
||||
width: 320px;
|
||||
background: ${colors.LANDING};
|
||||
`;
|
||||
|
||||
const Help = styled.div`
|
||||
|
Loading…
Reference in New Issue
Block a user