diff --git a/gui/app/styles/core/ui/ui-tooltip.scss b/gui/app/styles/core/ui/ui-tooltip.scss index 423aa009..8f781e37 100644 --- a/gui/app/styles/core/ui/ui-tooltip.scss +++ b/gui/app/styles/core/ui/ui-tooltip.scss @@ -3,9 +3,9 @@ .ember-attacher-tooltip { font-size: 0.9rem !important; padding: 0.5rem 0.75rem !important; - background-color: map-get($gray-shades, 600) !important; + background-color: $theme-700 !important; > div { - background-color: map-get($gray-shades, 600) !important; + background-color: $theme-700 !important; } }