-
Notifications
You must be signed in to change notification settings - Fork 13.5k
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
[4.0.0-beta 8] ion-tab color doesn't take primary color in android #15559
Comments
You can change the variable like: --ion-tabbar-text-color-active : #f185cf; |
Thanks @jytx, I know how to change it, but I have reported because for me it is not the expected behaviour that in one mode changes and with the other not. |
@marticrespi The developers wrote this next to the iOS Tabbar color: So I think they will make the ios mode to the md mode (and so you have to change --ion-tabbar-text-color-active as @jytx wrote |
Ok, we will have to declare or specify it for both modes, Thanks! |
Similar issue for me, it works for md, but not for iOS. Any idea how to fix it? |
This is still an issue in
where iOS uses:
I will be looking into this. |
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out. |
Bug Report
Ionic Info
Describe the Bug
In md mode, the ion-tab color doesn't take the primary color as selected tab color. However in ios it's working well.
Steps to Reproduce
Only change the chrome debugger profile to some device with md and ios.
Related Code
theme/variables.scss
tabs.component.html
Expected Behavior
In md mode should take the primary color as expected.
Additional Context
IOS:
MD:
The text was updated successfully, but these errors were encountered: