Ionic change loading background : If You are working with ionic you often need to customize the default loader background and colors. If you want to change the style of the Ionic default color, background and other styles add the following css to change the default style. Here we have created css to override the default style.
Ionic change loading background
Add the following css to change the style
Ionic change loader background style
.loading-container .loading { background-color: white; color: #333; border-width: 1px !important; border-color: #999 !important; border-style: solid !important; } |
The above example will produce the output like this –