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

This commit is contained in:
Johannes Schill
2019-01-30 16:42:44 +01:00
parent e5759fa0ed
commit 49e0572611
@@ -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 {