Change spinner color on pull to refresh

In that case it’s possible to style the spinner with CSS.

.spinner svg {
  stroke: $calm;
  fill: $calm;
}

Replace $calm with #11c1f3 if you don’t use SCSS.