Commit 97724973 by Torkel Ödegaard Committed by GitHub

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

fix: Tooltip error text color
parents 1310d356 2a655cb3
...@@ -31,7 +31,7 @@ $popper-margin-from-ref: 5px; ...@@ -31,7 +31,7 @@ $popper-margin-from-ref: 5px;
// Themes // Themes
&.popper__background--error { &.popper__background--error {
@include popper-theme($tooltipBackgroundError, $tooltipBackgroundError); @include popper-theme($tooltipBackgroundError, $white);
} }
&.popper__background--info { &.popper__background--info {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment