Skip to content
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

ion-spinner color not applied #8598

Closed
jabas06 opened this issue Oct 10, 2016 · 1 comment
Closed

ion-spinner color not applied #8598

jabas06 opened this issue Oct 10, 2016 · 1 comment

Comments

@jabas06
Copy link

jabas06 commented Oct 10, 2016

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:

<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

@lwz7512
Copy link

lwz7512 commented Oct 10, 2016

use this style in v2 rc0 for default spinner at ios mode:

.spinner-ios line, .spinner-ios-small line {
  stroke: #f53d3d;
}

manucorporat added a commit that referenced this issue Oct 10, 2016
fix(spinner): add input mode fix #8598
@ionitron-bot ionitron-bot bot locked and limited conversation to collaborators Sep 8, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants