From 0ada0816ef4d244c98b6c06a8c098b734d5c5e43 Mon Sep 17 00:00:00 2001 From: David Walsh Date: Thu, 24 Mar 2022 09:14:40 -0500 Subject: [PATCH] Dark Mode: Update tippy text color (#14178) --- ui/components/ui/tooltip/index.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/components/ui/tooltip/index.scss b/ui/components/ui/tooltip/index.scss index 099c40c6a..fe1e5819a 100644 --- a/ui/components/ui/tooltip/index.scss +++ b/ui/components/ui/tooltip/index.scss @@ -1,6 +1,6 @@ .tippy-tooltip.white-theme { background: var(--color-background-default); - color: black; + color: var(--color-text-default); box-shadow: 0 0 14px rgba(0, 0, 0, 0.18); padding: 12px 16px; padding-bottom: 11px;