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

Replace remaining Color(hex:) references with semantic Color assets #1403

Merged

Conversation

lingoslinger
Copy link
Contributor

Issues covered

1375 (ongoing work)

Description

Replaced remaining Color(hex:) references with semantically names colors in Colors.xcassets

How to test

  • Verify that the hex colors in each asset match the hard coded hex color in the changed file; smoke test the app to verify

Notes

  • changes to Color(white: opacity) and hard coded RGB colors will be addressed in separate PRs.

Signed-off-by: Allan Evans <lingoslinger@me.com>
Copy link
Contributor

@joshuatbrown joshuatbrown left a comment

Choose a reason for hiding this comment

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

One color isn't the same, so let's fix that and get this merged! Thanks again, @lingoslinger!

"components" : {
"alpha" : "1.000",
"blue" : "0x55",
"green" : "0x43",
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
"green" : "0x43",
"green" : "0x4E",

Copy link
Contributor

@joshuatbrown joshuatbrown left a comment

Choose a reason for hiding this comment

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

Great work!

@joshuatbrown joshuatbrown added this pull request to the merge queue Aug 16, 2024
Merged via the queue into planetary-social:main with commit 3f1f56d Aug 16, 2024
4 checks passed
@lingoslinger lingoslinger deleted the 1375-replace-remaining-hex branch August 20, 2024 07:42
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.

3 participants