-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(g3-fixes): G3 fixes found by padma in val #640
Conversation
🎉 This PR is included in version 1.5.0-val.59 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is text-black
correct? The Figma for the other webforms has the text foreground set by default to #212121
, or an RGB value of 33, 33, 33
, not #000000
black. This color can also be accessed by using the text-foreground
class, but it should aslo be coming through as the default. Is this color different for G3? If so, then maybe check with HCD to figure out which one they want.
I've also noticed that there are many places within the webforms where we're using text-black
, and if we're really supposed to be using #212121
, maybe we need a ticket to go through and make things consistent.
* Working through logic * add testing requests * Update v202401.ts * adjust regex
* Working through logic * add testing requests * Update v202401.ts * adjust regex
Purpose
These were the issues Padma found in Val which caused us to circle back and fix these issues.