Merge pull request #53 from cake-tech/CWA-204-rework-new-wallet-creation

Cwa 204 rework new wallet creation
This commit is contained in:
Oleksandr Sobol 2020-05-01 22:37:30 +03:00 committed by GitHub
commit 83f9c034d9
83 changed files with 969 additions and 382 deletions

View file

@ -89,4 +89,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);
}