Fix processing badge color

This commit is contained in:
Dennis Reimann 2023-10-12 14:52:26 +02:00
parent d58dde950e
commit 901e6be21e
No known key found for this signature in database
GPG key ID: 5009E1797F03F8D0

View file

@ -115,14 +115,11 @@ a.unobtrusive-link {
background: var(--btcpay-danger);
color: var(--btcpay-danger-text);
}
.badge-unusual {
.badge-unusual,
.badge-processing {
background: var(--btcpay-warning);
color: var(--btcpay-warning-text);
}
.badge-processing {
background: var(--btcpay-info);
color: var(--btcpay-info-text);
}
.badge-settled {
background: var(--btcpay-success);
color: var(--btcpay-success-text);