ui+payout: removes border

This commit is contained in:
dstrukt 2022-06-05 04:43:26 -07:00 committed by Andrew Camilleri
parent 1142ff884e
commit d0e6bcd784

View File

@ -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>
}