diff --git a/BTCPayServer/Views/Wallets/WalletTransactions.cshtml b/BTCPayServer/Views/Wallets/WalletTransactions.cshtml index f65304d78..d02a25931 100644 --- a/BTCPayServer/Views/Wallets/WalletTransactions.cshtml +++ b/BTCPayServer/Views/Wallets/WalletTransactions.cshtml @@ -71,9 +71,7 @@ @foreach (var label in Model.Labels) { @label.Value + style="background-color: @label.Color;">@label.Value } @@ -109,12 +107,8 @@ @foreach (var label in transaction.Labels) {
@label.Value