snapshot-labs / sx-monorepo

Snapshot X monorepo
https://docs.snapshotx.xyz
MIT License
11 stars 10 forks source link

fix: fix abstain vote button color #401

Closed wa0x6e closed 3 weeks ago

wa0x6e commented 3 weeks ago

Summary

Closes: #396

Fix ABSTAIN button text not having the correct color.

This was because abstain for highlight vote is index 0, whereas it is 3 for all the other types

How to test

  1. Go to http://localhost:8080/#/sep:0x5559e6c038fD0494277ac85ab6576843A6d0187b/proposal/7/votes
  2. The ABSTAIN button should now have grey text
Sekhmet commented 3 weeks ago

We might be actually messing up something with choice values (2 should be abstain, but here it's 0). Taking a look.

Sekhmet commented 3 weeks ago

Without this PR after highlight change: voting abstain:

image

voting against:

image

voting for:

image

So this PR is not needed, sorry Wan 😆