mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-21 22:11:48 +01:00
ui+payout: removes border
This commit is contained in:
parent
1142ff884e
commit
d0e6bcd784
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@
|
|||
@state.Key.GetStateString()
|
||||
@if (state.Value > 0)
|
||||
{
|
||||
<span class="badge rounded-pill border fw-semibold ms-1 bg-tile">@state.Value</span>
|
||||
<span class="badge rounded-pill fw-semibold ms-1 bg-tile">@state.Value</span>
|
||||
}
|
||||
</a>
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue