...
Find the names of the color resources in the color palette (you can also view it in Figma here):
Figma for confluence lite | ||||
---|---|---|---|---|
|
...
Images
Customizing of images is done via overriding of drawable resources.
...
Preview our typography and find the names of the style resources (you can also view it in Figma here):
Figma for confluence lite | ||||
---|---|---|---|---|
|
To override them in your application, use GiniBankConfiguration.updateFont(_ font: UIFont, for textStyle: UIFont.TextStyle)
, for example:
...