What I’m trying to do:
When a user on Andorid installs the web app, then opens it, it will have a top bar (with the clock and battery indicator). This bar is blue. Is there any way to change that?
What I’ve tried and what’s not working:
Looked through what I think are all settings, but I might be missing something.
I can’t see the app bar in your webpage. Propably visible only if you log in.
You can change that attribute only with CSS.
If you can’t find what is exactly controlling the style you want to change you can use Google Chrome ctrl + shif + I to check the exact structure of the page or software.
It takes time to get used to it, but it does help to test the style before you apply it in the code.
Thank you for the response, and I will try to specify exactly what I mean by app bar, because it’s not the one that is part of a material design theme or the like.
Ok in that case I can’t help you. It’s indeed blue even on iPhone but with different icons/options.
If it has something to do with anvil. It is somwhere in theme.
Try to change all the colour schemes with blue colour and maybe you will find which one is controlling it.
Would love to have a direct way to change it, and I think originally Anvil is supposed to be able to do that with themes. Seems though that there is still a bug in themes, but until it is fixed that is the way to go I think, let me know if you have other ideas.