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
Adding the color attribute to the ion-spinner is not affecting the color of the component. I'm seeing this behaviour on chrome and android.
The color name should be applied to the ion-spinner
This is not working:
<ion-spinner color="danger"></ion-spinner>
**Other information:
The class added to the ion-spinner is "spinner-undefined-danger", so, seems that the mode is not been applied.
Which Ionic Version? 1.x or 2.x 2 rc0
The text was updated successfully, but these errors were encountered:
use this style in v2 rc0 for default spinner at ios mode:
.spinner-ios line, .spinner-ios-small line { stroke: #f53d3d; }
Sorry, something went wrong.
8ee895f
Merge pull request #8605 from ramonornela/issue_8598
c9b1181
fix(spinner): add input mode fix #8598
No branches or pull requests
Short description of the problem:
Adding the color attribute to the ion-spinner is not affecting the color of the component. I'm seeing this behaviour on chrome and android.
What behavior are you expecting?
The color name should be applied to the ion-spinner
This is not working:
**Other information:
The class added to the ion-spinner is "spinner-undefined-danger", so, seems that the mode is not been applied.
Which Ionic Version? 1.x or 2.x
2 rc0
The text was updated successfully, but these errors were encountered: