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
Branch
settings-tab-alerts-css-patch
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 18684
Build 37159: Build Diffcashtab-tests
Build 37158: arc lint + arc unit

Event Timeline

bytesofman added inline comments.
web/cashtab/src/components/Configure/Configure.js
226

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