Skip to content

Commit

Permalink
Merge pull request #626 from cosmos/peng/528-safer-looking-unbonding
Browse files Browse the repository at this point in the history
peng/528 safer looking unbonding
  • Loading branch information
faboweb authored Apr 10, 2018
2 parents 07bce7c + d937607 commit 512b107
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/src/renderer/components/staking/PageBond.vue
Original file line number Diff line number Diff line change
Expand Up @@ -430,9 +430,9 @@ export default {
.bond-group--negative
.bond-bar-old__inner
background var(--danger)
background var(--input-bc)
.bond-delta
color var(--danger)
color var(--input-bc)
.bond-group__fields
display flex
Expand Down Expand Up @@ -492,7 +492,7 @@ export default {
right 1px
width 2rem - 0.25rem - 0.125rem
height 2rem - 0.25rem - 0.125rem
background txt
background var(--txt)
border-radius 1rem
z-index z(listItem)
Expand Down

0 comments on commit 512b107

Please sign in to comment.