فهرست منبع

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

fix: Tooltip error text color
Torkel Ödegaard 7 سال پیش
والد
کامیت
9772497354
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 {