If you go to this page http://ionicframework.com/docs/api/directive/ionSpinner/
Open inspector and select one of the spinner (focus on the svg element), now add two rules under this selector
.spinner svg {
stroke: white;
fill: white;
}
All spinner changes their color to white completely but only spiral still has one arm is not styled.