Replace `bg-orange` with `bg-yellow`
This commit is contained in:
parent
f4cb1dea9e
commit
36a1c56055
|
|
@ -23,7 +23,7 @@
|
|||
}
|
||||
|
||||
.badge-warning {
|
||||
@apply bg-orange-100 text-orange-500;
|
||||
@apply bg-yellow-500 text-yellow-500;
|
||||
}
|
||||
|
||||
.badge-info {
|
||||
|
|
|
|||
Loading…
Reference in New Issue