Change the color of the show progress page native

2
Hi all,  In our native app we use the nanoflow activity show pogress with “loading” on it. Our app can be in dark mode but the loading/progress page is the only page that is not changing its his background color. Is there a way to change this background color?   Thanks, Kolien
asked
1 answers
2

Hey Kolien,

In custom-variables there is a style called navigation which contains variables for progressOverley. If that isn’t enough, copy NavigationStyle from core to your own js file and add styling there. 

answered