fix: Error tooltip should have white text on red background. Not red text on red background
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user