animo / paradym-wallet

With Paradym Wallet, you can seamlessly manage and present your digital credentials
https://paradym.id
Apache License 2.0
32 stars 12 forks source link

feat: custom config and font for funke #121

Closed TimoGlastra closed 3 months ago

TimoGlastra commented 3 months ago

Builds on top of #120. Adds custom config for the Funke wallet with custom primary color and fonts. The font setup has been improved in general by loading them in the app config, which pre-loads them and means we don't have to load the fonts on startup.

Paradym wallet still uses Inter, Funke wallet uses Raleway.

@janrtvld Maybe you can help a bit with configuring the theme and colors / sizes for the Funke app. I only configured the primary color now.

TimoGlastra commented 3 months ago

This branch also contains some fixes for #120 . so we either need to merge at the same time, or merge this PR into #120 first

janrtvld commented 3 months ago

I'll check out the theme/config today.