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.
Details
Details
- Reviewers
bytesofman - Group Reviewers
Restricted Project - Commits
- rABC9af26db728e2: [Cashtab] CSS patch font color of alerts in Configure.js
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
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
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. |