...
We provide a global color palette GiniColors.xcassets
which you are free to override.
For example, if you want to override Accent01
color you need to create a an Accent01.colorset
with your wished value in your main bundle (or in a custom bundle if you set customResourceBundle
in GiniBankConfiguration
).
The custom colors are then applied to all screens.
...