-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
White color turns blue on Pod Update #1199
Comments
when I disabled the Theme, the navigation bar color turns black which is supposed to be white |
if I set |
Hmm, that's a regression. Before default color was You can check the removed line: |
Unfortunately, the best thing is that you disable theming and set white color on navigation bar manually. |
how can I set that globally for material so that it reflects on all my navigation |
|
The background color of the FlatButton has refused to change to a black color but instead remained white |
I had to set the tintcolor of each button. I would work with that now. Thanks |
Hi, I incorporated material in most of my UI components and I updated my pod to use this
pod 'Material', :git => 'https://github.com/CosmicMind/Material.git', :commit => '4ab1b08c3365a00f409a210162ae72ed8425f299'
when I run the application, all my white color turns blue and I cannot seem to understand why.The text was updated successfully, but these errors were encountered: