mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-06-28 12:29:51 +00:00
CWA-198 | implemented menu screen; added menu widget; added images to menu items and fixed menu actions
This commit is contained in:
parent
52d5dedaf8
commit
fa696c2a60
28 changed files with 230 additions and 9 deletions
|
@ -85,4 +85,7 @@ class PaletteDark {
|
|||
static const Color historyPanel = Color.fromRGBO(33, 43, 73, 1.0);
|
||||
static const Color historyPanelText = Color.fromRGBO(91, 112, 146, 1.0);
|
||||
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 menuDivider = Color.fromRGBO(48, 59, 95, 1.0);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue