-
Notifications
You must be signed in to change notification settings - Fork 6
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
fix(Prominent): Fix prominent theme colors for Movistar #199
Conversation
let navigationBarBackground = MovistarColorPalette.movistarBlue | MovistarColorPalette.darkModeBlack | ||
var navigationBarBackground: UIColor { MovistarColorPalette.movistarBlueWithProminentVariant | MovistarColorPalette.darkModeBlack } |
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.
We need to use computed properties. Otherwise, the prominent color will be wrong.
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.
should we state some kind of premises so other will have this problem into account in the future?
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.
What do you mean?
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.
Talked offline. The best option for this to not happen again is to create tests for prominent. I've create this ticket to https://jira.tid.es/browse/IOS-7587 tackle it down at some point.
…a/mistica-ios into fix/movistar-prominent-variant
🎉 This PR is included in version 17.1.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Hi there!
I'm fixing prominent variant colors for Movistar using the latests definition of design.
It broke while aligning the colors of mistica with android and web a few weeks ago.