-
Notifications
You must be signed in to change notification settings - Fork 13
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
Update Colors based on feedback #818
Conversation
$color-link-default: #004795; | ||
$color-link-visited: #4c2c92; | ||
$color-warning-message: #fac922; | ||
$color-gibill-accent: #fff1d2; | ||
$color-feedback-warning-background: #fac922; |
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.
When we eventually change-over from Formation to CSS Library, I wonder how we will deal with this token name being changed. It's being used in a few places in Formation (and thus vets-website)
- Formation: https://github.com/search?q=repo%3Adepartment-of-veterans-affairs%2Fveteran-facing-services-tools%20path%3A%2F%5Epackages%5C%2Fformation%5C%2F%2F%20%24color-warning-message&type=code
- vets-webste: https://github.com/search?q=repo%3Adepartment-of-veterans-affairs%2Fvets-website%20%24color-warning-message&type=code
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.
Given that color-warning-message doesn't appear to be in use anywhere, I'm good with this moving forward.
Nevermind, it's being used in a couple of places, like Jami pointed out. I only looked to see if it was being used in the component-library repo.
Next steps in this ticket |
Chromatic
https://dst1957-color-feedback--60f9b557105290003b387cd5.chromatic.com
Description
Per feedback:
warning-message
tofeedback-warning-background
gibill-accent
. After investigation, this is the same color asgold-lightest
, updated only usages in vets-website with this PR.orange
. After investigation, this is only used in storybook for theUSE WITH CAUTION: PROPOSED
label. Moved to storybook css.Partial CSS Library: Generate a Figma token file #1957
Testing done
warning-message
unused in component library, no testing.gibill-accent
unused in component library, no testing.orange
tested in storybookScreenshots
Acceptance criteria
Definition of done