Replace bg-orange with bg-yellow

This commit is contained in:
Benjamin Beganović 2022-06-09 12:18:11 +02:00
parent f4cb1dea9e
commit 36a1c56055

View File

@ -23,7 +23,7 @@
}
.badge-warning {
@apply bg-orange-100 text-orange-500;
@apply bg-yellow-500 text-yellow-500;
}
.badge-info {