Explorar o código

fix: Error tooltip should have white text on red background. Not red text on red background

Johannes Schill %!s(int64=7) %!d(string=hai) anos
pai
achega
49e0572611
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 {