CWA-204 | applied new design to welcome and new wallet pages; created new wallet type page and select button; changed loading primary button

This commit is contained in:
Oleksandr Sobol 2020-04-28 20:50:12 +03:00
parent 4b34ca3111
commit d9f8ddb141
44 changed files with 595 additions and 295 deletions

View file

@ -44,4 +44,5 @@ class Routes {
static const rescan = '/rescan';
static const faq = '/faq';
static const changeLanguage = '/change_language';
static const newWalletType = '/new_wallet_type';
}