change colors

This commit is contained in:
liangping 2022-11-01 21:11:32 +08:00
parent 30e8a354bc
commit 4f77b7925d
2 changed files with 2 additions and 2 deletions

View File

@ -141,7 +141,7 @@
/>
<b-progress-bar
:id="'vote-abstain'+proposal.id"
variant="info"
variant="secondary"
:value="percent(proposal.tally.abstain)"
:label="`${percent(proposal.tally.abstain).toFixed()}%`"
show-progress

View File

@ -93,7 +93,7 @@
/>
<b-progress-bar
:id="'vote-abstain'+p.id"
variant="info"
variant="secondary"
:value="percent(p.tally.abstain)"
:label="`${percent(p.tally.abstain).toFixed()}%`"
show-progress