Page MenuHomePhabricator

[Cashtab] CSS patch font color of alerts in Configure.js
ClosedPublic

Authored by kieran709 on Mar 30 2022, 17:24.

Details

Summary

Related to task T2341. Font color of Seed Phrase and translation alerts in Configure.js changed to black during the webpack upgrade, however the previous color is not part of the existing theme so it has been hardcoded in.

Test Plan

cd web/cashtab-v2
npm start
navigate to the Configure tab
observe that the alerts at the top of the page have the correct font color.

Diff Detail

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

Event Timeline

bytesofman added inline comments.
web/cashtab/src/components/Configure/Configure.js
226 ↗(On Diff #33002)

All color variables should be pulled from theme. If this color isn't there, it's okay to add it.

This revision now requires changes to proceed.Mar 30 2022, 17:39

Responding to review feedback

This revision is now accepted and ready to land.Mar 30 2022, 18:58