1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 08:21:34 +02:00

Update badge colors in badge.scss

This commit is contained in:
Benjamin Beganović 2024-03-04 18:36:35 +01:00
parent 2678ccbfbc
commit 40d3a7734d

View File

@ -15,7 +15,7 @@
}
.badge-success {
@apply bg-green-100 text-green-500;
@apply bg-emerald-100 text-emerald-500;
}
.badge-secondary {
@ -23,7 +23,7 @@
}
.badge-warning {
@apply bg-blue-500 text-yellow-600;
@apply bg-blue-500 text-amber-600;
}
.badge-info {