-
Notifications
You must be signed in to change notification settings - Fork 0
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
FW-6214 standardize colors #657
Conversation
<div className="col-span-7 md:col-span-4"> | ||
<div className="grid grid-cols-7 md:grid-cols-5 lg:grid-cols-7"> | ||
<span className="bg-gray-100 text-gray-100 col-span-1 font-medium inline-flex justify-center m-1 p-5 rounded text-2xl"> | ||
<span className="bg-charcoal-50 text-charcoal-50 col-span-1 font-medium inline-flex justify-center m-1 p-5 rounded text-2xl"> |
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.
minor: we can make this style reusable similar to btn-icon for this file
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.
Reduction in duplication is definitely warranted here, but I think a local variable would be the way to go. Global classes, like btn-icon
, are more for class combinations that are reused across many files and for styling that we would potentially want to change at a global level.
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.
Thank you for the huge refactor. LGTM !
Quality Gate passedIssues Measures |
Description of Changes
Checklist
Reviewers Should Do The Following:
Additional Notes
N/A