-
Notifications
You must be signed in to change notification settings - Fork 14
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
Replace remaining Color(hex:) references with semantic Color assets #1403
Conversation
…or assets Signed-off-by: Allan Evans <lingoslinger@me.com>
…Color assets Signed-off-by: Allan Evans <lingoslinger@me.com>
Signed-off-by: Allan Evans <lingoslinger@me.com>
Signed-off-by: Allan Evans <lingoslinger@me.com>
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.
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", |
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.
"green" : "0x43", | |
"green" : "0x4E", |
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.
Great work!
Issues covered
1375 (ongoing work)
Description
Replaced remaining Color(hex:) references with semantically names colors in Colors.xcassets
How to test
Notes