$loading-backdrop-bg-color & $loading-backdrop-fadein-duration ignored

Hi,

Great framework. The variables to determine loading background colour appear to be unused in _variables.scss:

$loading-backdrop-fadein-duration:.2s !default;
$loading-backdrop-bg-color:       $yellow !default;

A quick fix is to create your own css class outside of the ionic folder:

.backdrop-loading {
    background-color: $loading-background-bg-color;
}

I’m guessing this was accidentally overlooked. Hope this helps someone!

1 Like

You should put in a pull request for this!