diff --git a/components/account/AccountPage.tsx b/components/account/AccountPage.tsx index c003481f..0be21427 100644 --- a/components/account/AccountPage.tsx +++ b/components/account/AccountPage.tsx @@ -352,7 +352,7 @@ const AccountPage = () => {

@@ -400,7 +400,7 @@ const AccountPage = () => { content={t('account:tooltip-free-collateral')} maxWidth="20rem" placement="bottom" - delay={250} + delay={100} >

{t('free-collateral')} @@ -424,7 +424,7 @@ const AccountPage = () => { content={t('account:tooltip-total-collateral')} maxWidth="20rem" placement="bottom" - delay={250} + delay={100} > {t('total')}: @@ -450,7 +450,7 @@ const AccountPage = () => { content={t('account:tooltip-leverage')} maxWidth="20rem" placement="bottom" - delay={250} + delay={100} >

{t('leverage')} @@ -467,7 +467,7 @@ const AccountPage = () => {

{t('pnl')} @@ -479,7 +479,7 @@ const AccountPage = () => { { { content={t('account:tooltip-total-interest')} maxWidth="20rem" placement="bottom-end" - delay={250} + delay={100} >

{t('total-interest-earned')} @@ -536,7 +536,7 @@ const AccountPage = () => { {t('activity:credit')} {t('activity:debit')} - + {t('fee')} diff --git a/components/borrow/BorrowPage.tsx b/components/borrow/BorrowPage.tsx index 0249d35c..0401415d 100644 --- a/components/borrow/BorrowPage.tsx +++ b/components/borrow/BorrowPage.tsx @@ -98,7 +98,7 @@ const BorrowPage = () => { maxWidth="20rem" placement="bottom-start" content="The value of your assets (deposits) minus the value of your liabilities (borrows)." - delay={250} + delay={100} >

{t('borrow:current-borrow-value')} diff --git a/components/modals/MangoAccountsListModal.tsx b/components/modals/MangoAccountsListModal.tsx index dc032246..957c127e 100644 --- a/components/modals/MangoAccountsListModal.tsx +++ b/components/modals/MangoAccountsListModal.tsx @@ -195,7 +195,7 @@ const MangoAccountsListModal = ({ - +

diff --git a/components/shared/Tooltip.tsx b/components/shared/Tooltip.tsx index 8db8f3e8..6ee025d4 100644 --- a/components/shared/Tooltip.tsx +++ b/components/shared/Tooltip.tsx @@ -29,7 +29,7 @@ const Tooltip = ({ appendTo={() => document.body} maxWidth={maxWidth} interactive - delay={delay} + delay={[delay, 0]} content={ content ? (

) => { return (
{children}
diff --git a/components/swap/SwapReviewRouteInfo.tsx b/components/swap/SwapReviewRouteInfo.tsx index cd0487c7..54889fc2 100644 --- a/components/swap/SwapReviewRouteInfo.tsx +++ b/components/swap/SwapReviewRouteInfo.tsx @@ -538,7 +538,7 @@ const SwapReviewRouteInfo = ({ ), }) } - delay={250} + delay={100} >

{t('borrow-amount')} @@ -586,7 +586,7 @@ const SwapReviewRouteInfo = ({

{t('loan-origination-fee')} diff --git a/components/trade/AdvancedTradeForm.tsx b/components/trade/AdvancedTradeForm.tsx index 545b0e3f..8365545a 100644 --- a/components/trade/AdvancedTradeForm.tsx +++ b/components/trade/AdvancedTradeForm.tsx @@ -506,7 +506,7 @@ const AdvancedTradeForm = () => {

@@ -521,7 +521,7 @@ const AdvancedTradeForm = () => {
@@ -541,7 +541,7 @@ const AdvancedTradeForm = () => {
@@ -554,7 +554,7 @@ const AdvancedTradeForm = () => {
{ className="hidden md:block" content={t('trade:grouping')} placement="left" - delay={250} + delay={100} > { setShowVolumeAlertModal(true)}