Revert text color from error messages

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
chapril-v3
Thomas Citharel 2 years ago
parent c2c3014c2b
commit c198b21587
No known key found for this signature in database
GPG Key ID: A061B9DDE0CA0773

@ -54,7 +54,7 @@ $success-invert: findColorInvert($success);
$info: #36bcd4;
$info-invert: findColorInvert($info);
$danger: #ff2e54;
$danger-invert: #000;
$danger-invert: findColorInvert($danger);
$link: $primary;
$link-invert: $primary-invert;
$text: $violet-1;

Loading…
Cancel
Save