-
Notifications
You must be signed in to change notification settings - Fork 47
Open
Labels
Description
I have an app that uses a MenuBar template with items set with reloadOnSelect.
Every time I change view it reloads the content from an API and the loading indicator shows up. Each view has a dark theme but when the loading indicator shows, the background is bright.
Is it possible to set a dark background when the loader shows?
I thought of setting a class to the element and use CSS but it does not work either.