Explorar o código

Merge pull request #15389 from grafana/tooltip-error-theme-text-color

fix: Tooltip error text color
Torkel Ödegaard %!s(int64=7) %!d(string=hai) anos
pai
achega
9772497354
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      packages/grafana-ui/src/components/Tooltip/_Tooltip.scss

+ 1 - 1
packages/grafana-ui/src/components/Tooltip/_Tooltip.scss

@@ -31,7 +31,7 @@ $popper-margin-from-ref: 5px;
 
   // Themes
   &.popper__background--error {
-    @include popper-theme($tooltipBackgroundError, $tooltipBackgroundError);
+    @include popper-theme($tooltipBackgroundError, $white);
   }
 
   &.popper__background--info {