mirror of
https://github.com/trezor/trezor-wallet
synced 2025-01-16 02:51:03 +00:00
better style for account add tooltip
This commit is contained in:
parent
54faf8c939
commit
c94ebf6a47
@ -187,7 +187,7 @@ const AccountMenu = (props: Props): ?React$Element<string> => {
|
|||||||
} else {
|
} else {
|
||||||
discoveryStatus = (
|
discoveryStatus = (
|
||||||
<Tooltip
|
<Tooltip
|
||||||
maxWidth={300}
|
maxWidth={200}
|
||||||
content={<TooltipContent>To add a new account, last account must have some transactions.</TooltipContent>}
|
content={<TooltipContent>To add a new account, last account must have some transactions.</TooltipContent>}
|
||||||
placement="bottom"
|
placement="bottom"
|
||||||
>
|
>
|
||||||
|
Loading…
Reference in New Issue
Block a user