فهرست منبع

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

Johannes Schill 7 سال پیش
والد
کامیت
49e0572611
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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 {