remove tooltip

pull/513/head
Vladimir Volek 5 years ago
parent 3e5b6c8806
commit 0833d1597a

@ -4,7 +4,7 @@ import React from 'react';
import { FormattedMessage } from 'react-intl';
import { FONT_SIZE } from 'config/variables';
import { Tooltip, Icon, icons as ICONS, colors, Switch, CoinLogo } from 'trezor-ui-components';
import { colors, Switch, CoinLogo } from 'trezor-ui-components';
import l10nMessages from '../../index.messages';
const Wrapper = styled.div`
@ -23,11 +23,6 @@ const Row = styled.div`
flex-direction: column;
`;
const TooltipIcon = styled(Icon)`
margin-left: 6px;
cursor: pointer;
`;
const Content = styled.div`
display: flex;
margin-top: 20px;
@ -72,13 +67,6 @@ const CoinsSettings = (props: Props) => (
<Row>
<Label>
<FormattedMessage {...l10nMessages.TR_VISIBLE_COINS} />
<Tooltip
content={<FormattedMessage {...l10nMessages.TR_VISIBLE_COINS_EXPLAINED} />}
maxWidth={210}
placement="right"
>
<TooltipIcon icon={ICONS.HELP} color={colors.TEXT_SECONDARY} size={12} />
</Tooltip>
</Label>
<Content>
{props.networks

Loading…
Cancel
Save