diff --git a/packages/nicolium/src/components/accounts/hover-account-wrapper.tsx b/packages/nicolium/src/components/accounts/hover-account-wrapper.tsx index bca222bd3..20ef39bc6 100644 --- a/packages/nicolium/src/components/accounts/hover-account-wrapper.tsx +++ b/packages/nicolium/src/components/accounts/hover-account-wrapper.tsx @@ -7,7 +7,7 @@ import { isMobile } from '@/utils/is-mobile'; const showAccountHoverCard = debounce((openAccountHoverCard, ref, accountId) => { openAccountHoverCard(ref, accountId); -}, 600); +}, 300); interface IHoverAccountWrapper { accountId?: string;