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

fix: Tooltip error text color
This commit is contained in:
Torkel Ödegaard
2019-02-12 14:43:51 +01:00
committed by GitHub
@@ -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 {