From 3fce6878fe78da494371960da42344c8cee8595b Mon Sep 17 00:00:00 2001 From: crazywoola <427733928@qq.com> Date: Wed, 9 Jul 2025 15:50:26 +0800 Subject: [PATCH] fix: tooltip styles --- web/app/components/base/tooltip/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/app/components/base/tooltip/index.tsx b/web/app/components/base/tooltip/index.tsx index 53f36be5fb..697d6e3d96 100644 --- a/web/app/components/base/tooltip/index.tsx +++ b/web/app/components/base/tooltip/index.tsx @@ -101,7 +101,7 @@ const Tooltip: FC = ({ > {popupContent && (
triggerMethod === 'hover' && setHoverPopup()}