Is there a way to customize spinner in splash screen? Currently I am using cordova splashscreen plugin and I want to change the color of spinner that appears on the splash s
well providing color to ion-spinner isn't difficult. You can do like this css
ion-spinner
.spinner svg { width: 28px; height: 28px; stroke: #444; fill: #444; }
html
as per Ionic Docs.