Skip to content
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 to design-system@0.42.0 #494

Merged
merged 1 commit into from Mar 29, 2024
Merged

Update to design-system@0.42.0 #494

merged 1 commit into from Mar 29, 2024

Conversation

anselmbradford
Copy link
Member

@anselmbradford anselmbradford commented Mar 28, 2024

Updates to the latest design-system, which uses CSS variables (custom properties) in place of Less variables for colors.

cfpb/design-system@v0.39.0...v0.42.0

Changes

  • Update to design-system@0.42.0

Testing

  • The app colors should be unchanged.

background-color: fade(@gray-dark, 75%);
// gray-dark #43484e in hex.
--faded-gray-dark: 67, 72, 78;
background-color: rgba(var(--faded-gray-dark), 0.75);
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In particular, the modal and loading background semi-opaque overlay should be unchanged.

Copy link
Contributor

@flacoman91 flacoman91 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

things still appear normal.

Thanks!

@anselmbradford anselmbradford added this pull request to the merge queue Mar 29, 2024
Merged via the queue into main with commit 133b0f2 Mar 29, 2024
2 checks passed
@anselmbradford anselmbradford deleted the ans_update_deps branch March 29, 2024 15:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants