Fix text color on user confirmation alert message (#16131)

This commit is contained in:
Jeferson S. Brito 2022-02-01 07:29:53 -03:00 committed by GitHub
parent ae33c76077
commit 4f67acf016
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -209,6 +209,10 @@
padding: var(--su-2);
margin: var(--su-2);
& ul {
color: $black;
}
@media (min-width: $breakpoint-s) {
margin: var(--su-4) auto 0;
width: $breakpoint-s;