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

@ -87,4 +87,5 @@ class PaletteDark {
static const Color historyPanelButton = Color.fromRGBO(39, 53, 96, 1.0);
static const Color menuHeader = Color.fromRGBO(41, 52, 84, 1.0);
static const Color menuList = Color.fromRGBO(48, 59, 95, 1.0);
static const Color selectButtonText = Color.fromRGBO(57, 74, 95, 1.0);
}