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

[Styling] Use CFPB Colors in Tailwind Theme #1112

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

tanner-ricks
Copy link
Contributor

@tanner-ricks tanner-ricks commented Jan 21, 2025

Find hardcoded colors and replace them to use tailwind theme colors

Changes

  • Updated locations of hardcoded colors to take advantage of tailwind styles instead

How to test this PR

Setup for verification

  • Perform any console commands below from within the sbl-frontend directory
  1. Run checkout main && git pull
  2. Restart the stack
  3. Run yarn run test:e2e:snapshot-update
  4. Once finished ctrl-c
  5. Run git add --all
  6. Run git stash
  7. Run git checkout 1094-tailwind-theme && git pull
  8. Run git stash pop
  9. Restart the stack

Verify the changes

  1. Run yarn run test:e2e:snapshot
  2. In the playwright testing window that appears, run all tests
  3. Verify that there are no relevant snapshot related failures
  4. Click through the site and verify that things look as they should

@tanner-ricks tanner-ricks marked this pull request as ready for review January 24, 2025 17:37
@tanner-ricks tanner-ricks linked an issue Jan 24, 2025 that may be closed by this pull request
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.

[Styling] Use CFPB Colors in Tailwind Theme
1 participant