We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
<ion-list inset no-lines> <ion-list-header no-padding color="dark">list header</ion-list-header> <ion-item color="dark">item 1</ion-item> <ion-item color="dark">item 2</ion-item> <ion-item color="dark">item 3</ion-item> <ion-item color="dark">item 4</ion-item> </ion-list>
Everything is fine, except the header background is in white.
The header background color should be dark
dark
The culprit, is a hard coded background color applied to ion list headers, both md & ios modes.
md
ios
Which Ionic Version? 1.x or 2.x v2-rc.1
P.S. I've tried to create a rc1 plunker, but without success. Is there any good source?
The text was updated successfully, but these errors were encountered:
The same issue is true for the ion-item-divider
ion-item-divider
<ion-item-divider color="dark"> Title Here </ion-item-divider>
The divider background color should be dark
Sorry, something went wrong.
Thanks for the issue! I'm going to close this as a duplicate of #8376.
brandyscarney
No branches or pull requests
Short description of the problem:
Everything is fine, except the header background is in white.
What behavior are you expecting?
The header background color should be
dark
The culprit, is a hard coded background color applied to ion list headers, both
md
&ios
modes.Which Ionic Version? 1.x or 2.x
v2-rc.1
P.S. I've tried to create a rc1 plunker, but without success. Is there any good source?
The text was updated successfully, but these errors were encountered: