TEOS User Guides
White Label Mobile App
White Label Mobile App
  • šŸ‘‹Welcome!
  • Admin user guide
    • WLA modules
    • Login and wallet creation
    • App configuration
      • Branding management
      • User management
      • Asset configuration
      • Decentralized market and payment request configuration
      • Non-productive functionality
      • Additional configuration
  • How your users interact with WLA
    • My wallet
    • Assets and transactions
    • Market functionality
    • Payment request & Invoices
  • WLA versions and changelog
    • Version 0.23
    • Version 0.22
    • Version 0.21
    • Earlier versions
  • ā‰ļøTrooubleshooting
  • Glossary
Powered by GitBook
On this page
  • Application colors
  • In app logo

Was this helpful?

Edit on GitHub
  1. Admin user guide
  2. App configuration

Branding management

Application colors, in app logo

The WLA look and feel can be customized to a specific degree. All options can be set in the corresponding config file (The config file is stored on our Azure blob in the root of the folder trading-app-configs and called ui_config.v1.json).

Every change in this file is reflected in the WLA immediately after restarting the app or after manually updating the configuration in the app. To do the manual update go to settings, select ā€œAbout the appā€ and then click ā€œUpdate configsā€.

Application colors

The upper part of the config file is about the colors of the app, which are expressed as HEX colors

"colors": {
"background": "#f5f5f5",
"backgroundMainColor": "#e6e6e6",
"backgroundSecondColor": "#e6e6e6",
"textFields": "#ffffff",
"accentColor": "#988e9e",
"textMainColor": "#1a1021",
"textSecondColor": "#755c87",
"btnTextColor": "#34104d",
"error": "#b50514",
"warning": "#f27f05",
"success": "#016113",
"dividers": "#0a46bf",
"menu": "#bdb8c2"
},

In app logo

The following part is about the logo you could configure for the app. The logo needs to be stored in the blob and the path to it as well as the file name needs to be inserted in the config file ui_config.v1.json. We recommend to use folder trading-app-configs/logos to store all necessary logos.

The following refers to the logo loading screen and the logo in the settings:

"img": {
"logo": "logos/coreledger@2x.png",
"menu_logo": "logos/coreledger@2x.png",
},

PreviousApp configurationNextUser management

Last updated 2 years ago

Was this helpful?