This is an automated email from the ASF dual-hosted git repository.

maximebeauchemin pushed a commit to branch template_less
in repository https://gitbox.apache.org/repos/asf/superset.git

commit cf6816064dae6aa8730c524255dd0e95d8126ae3
Author: Maxime Beauchemin <maximebeauche...@gmail.com>
AuthorDate: Mon Mar 24 16:41:50 2025 -0700

    going vanila on tooltips
---
 superset-frontend/src/components/Tooltip/index.tsx | 1 -
 1 file changed, 1 deletion(-)

diff --git a/superset-frontend/src/components/Tooltip/index.tsx 
b/superset-frontend/src/components/Tooltip/index.tsx
index 21ef4ef43c..97f7961e75 100644
--- a/superset-frontend/src/components/Tooltip/index.tsx
+++ b/superset-frontend/src/components/Tooltip/index.tsx
@@ -43,7 +43,6 @@ export const Tooltip = ({ overlayStyle, ...props }: 
TooltipProps) => (
       body: { overflow: 'hidden', textOverflow: 'ellipsis' },
       root: overlayStyle ?? {},
     }}
-    color={`${supersetTheme.colors.grayscale.dark2}e6`}
     {...props}
   />
 );

Reply via email to