mirror of
https://github.com/trezor/trezor-wallet
synced 2024-11-15 12:59:09 +00:00
use default tooltip font size
This commit is contained in:
parent
42a38c5dc5
commit
ace7868037
@ -27,10 +27,6 @@ const Text = styled.span`
|
||||
color: ${colors.TEXT_SECONDARY};
|
||||
`;
|
||||
|
||||
const TooltipContent = styled.div`
|
||||
font-size: ${FONT_SIZE.SMALLEST};
|
||||
`;
|
||||
|
||||
const RowAccountWrapper = styled.div`
|
||||
width: 100%;
|
||||
display: flex;
|
||||
@ -187,7 +183,7 @@ const AccountMenu = (props: Props) => {
|
||||
discoveryStatus = (
|
||||
<Tooltip
|
||||
maxWidth={200}
|
||||
content={<TooltipContent>To add a new account, last account must have some transactions.</TooltipContent>}
|
||||
content="To add a new account, last account must have some transactions."
|
||||
placement="bottom"
|
||||
>
|
||||
<Row>
|
||||
|
Loading…
Reference in New Issue
Block a user