diff --git a/ui/src/Styles/Theme.scss b/ui/src/Styles/Theme.scss index d20f7a8e8..e2b69e5a1 100644 --- a/ui/src/Styles/Theme.scss +++ b/ui/src/Styles/Theme.scss @@ -183,6 +183,11 @@ $body-secondary-color: $gray-600; --bs-popover-bg: #{$white}; } + .tooltip { + --bs-tooltip-bg: #{$dark}; + --bs-tooltip-color: #{$white}; + } + // unused // .offcanvas { // --bs-offcanvas-bg: #{$white};