[A11y] Fix color-contrast for info/error-texts in widget (#5105)

This commit is contained in:
Richard Schreiber
2025-05-14 15:06:38 +02:00
committed by GitHub
parent d103d8782b
commit c17a090244

View File

@@ -165,7 +165,7 @@
margin: 10px 0;
background-color: white;
border: 2px solid $brand-info;
color: $brand-info;
color: $state-info-text;
border-radius: $alert-border-radius;
}
@@ -175,7 +175,7 @@
margin: 10px 0;
background-color: white;
border: 2px solid $brand-danger;
color: $brand-danger;
color: $state-danger-text;
border-radius: $alert-border-radius;
}