Add missing background color for info messages

pull/10209/head
Sage Abdullah 2023-02-27 17:27:48 +00:00 zatwierdzone przez Thibaud Colas
rodzic c8eb100bcf
commit 322d305457
1 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -60,6 +60,10 @@
background-color: theme('colors.warning.100');
}
.info {
background-color: theme('colors.info.100');
}
.success {
background-color: theme('colors.positive.100');