Commit 3318feb0 authored by Max Alekseenko's avatar Max Alekseenko

increase tooltip opening delay

parent ea9e0cd5
......@@ -76,7 +76,7 @@ const ProfileMenuDesktop = ({ isHomePage }: Props) => {
textAlign="center"
padding={ 2 }
isDisabled={ hasMenu }
openDelay={ 300 }
openDelay={ 500 }
>
<Box>
<PopoverTrigger>
......
......@@ -25,7 +25,7 @@ const WalletTooltip = ({ children, isDisabled, isMobile }: Props) => {
textAlign="center"
padding={ 2 }
isDisabled={ isDisabled }
openDelay={ 300 }
openDelay={ 500 }
isOpen={ isTooltipShown || (isMobile ? false : undefined) }
onClose={ setIsTooltipShown.off }
display={ isMobile ? { base: 'flex', lg: 'none' } : { base: 'none', lg: 'flex' } }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment