Page MenuHomePhabricator

[Cashtab] Airdrop modal percentage color patch
ClosedPublic

Authored by kieran709 on May 4 2022, 17:54.

Details

Reviewers
bytesofman
Group Reviewers
Restricted Project
Commits
rABC82e236211536: [Cashtab] Airdrop modal percentage color patch
Summary

Related to task T2436. Loading percentage in Airdrop modal text should be lightGrey.

Test Plan

cd web/cashtab && npm start
navigate to airdrop screen and paste eToken id
or
navigate to eToken information screen and click 'airdrop xec to holders'
input an amount of XEC to be calculated
observe that the percent text near the progress bar is lightGrey instead of black

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

bytesofman requested changes to this revision.May 4 2022, 23:25
bytesofman added inline comments.
web/cashtab/src/components/Airdrop/Airdrop.js
83 ↗(On Diff #33388)

After seeing this -- let's go with white instead of light grey

This revision now requires changes to proceed.May 4 2022, 23:25

responding to review feedback

This revision is now accepted and ready to land.May 5 2022, 17:02