You can supply a different view to use as the spinner for each state. Here you can supply a different color.
We don't expose the ability to directly customize the default spinner - but it's implementation is fairly simple. You can copy that into your project and customize it as needed.
Okay Thanks! I fixed this by copying the code to use my own AppRefreshView and done the changes in ActivityView to update the UIActivityIndicatorView color.
👋 Hi
The spinner can be fully customized. See the example in the readme
You can supply a different view to use as the spinner for each state. Here you can supply a different color. We don't expose the ability to directly customize the default spinner - but it's implementation is fairly simple. You can copy that into your project and customize it as needed.