From 9d2503b15de025ece823870d6b23fae9b06b9317 Mon Sep 17 00:00:00 2001
From: "Mahatthana (Kelvin) Nomsawadi" <me@bboykelvin.dev>
Date: Tue, 23 Apr 2024 15:30:07 +0700
Subject: [PATCH] Fix TippyPopover default text color not visible after
 migration (#41716)

---
 frontend/src/metabase/css/components/tippy.module.css | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/frontend/src/metabase/css/components/tippy.module.css b/frontend/src/metabase/css/components/tippy.module.css
index c16e2316d39..fca05aa171a 100644
--- a/frontend/src/metabase/css/components/tippy.module.css
+++ b/frontend/src/metabase/css/components/tippy.module.css
@@ -1,3 +1,7 @@
 :global(.tippy-content) {
   white-space: pre-wrap;
 }
+
+:global(.tippy-box) {
+  color: inherit;
+}
-- 
GitLab