Like shown in the image above my secondary color for all my views is pink. But I want it to be a different one.
Where can I set the Color globally?
CodePudding user response:
For the Entries that pink color is the color accent of the application
Which can be modified of course. example
But if you want a little more customization for this view and maybe others. You will have to use custom renderers. Here is another question about that