From 423ec8c9cd1136a68c1cb0a9321fbc2fe319c3d1 Mon Sep 17 00:00:00 2001 From: Umar Bolatov Date: Mon, 28 Mar 2022 19:42:18 -0700 Subject: [PATCH] Adjust pull payment badge color address #3583 --- BTCPayServer/Views/UIPullPayment/ViewPullPayment.cshtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BTCPayServer/Views/UIPullPayment/ViewPullPayment.cshtml b/BTCPayServer/Views/UIPullPayment/ViewPullPayment.cshtml index fab435a2e3..6ee1ee69f0 100644 --- a/BTCPayServer/Views/UIPullPayment/ViewPullPayment.cshtml +++ b/BTCPayServer/Views/UIPullPayment/ViewPullPayment.cshtml @@ -177,11 +177,11 @@ @if (!string.IsNullOrEmpty(invoice.Link)) { - @invoice.Status.GetStateString() + @invoice.Status.GetStateString() } else { - @invoice.Status.GetStateString() + @invoice.Status.GetStateString() }