1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 13:12:50 +01:00

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 {