Page MenuHomePhabricator

[e.cash] Fix button text color
ClosedPublic

Authored by johnkuney on Jun 22 2023, 16:52.

Details

Reviewers
bytesofman
Group Reviewers
Restricted Project
Commits
rABC0f48902b79a8: [e.cash] Fix button text color
Summary

Fix the color changing on hover for the button component. A global link hover definition was overriding the
text color on the button on hover. So defining hover colors on the component

Test Plan

npm run dev
check the white button at the top of the landing page, the text color should stay white on hover. Compared to an older build
where it turns blue
Then check the 'accent' and 'primary' color props on the same button

Diff Detail

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

Event Timeline

This revision is now accepted and ready to land.Jun 22 2023, 23:56
This revision was automatically updated to reflect the committed changes.