mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-29 21:55:58 +00:00
added another named color
This commit is contained in:
parent
c3bbc624f7
commit
04fcc58f4a
1 changed files with 1 additions and 0 deletions
|
@ -158,6 +158,7 @@ abstract class CFColors {
|
|||
static const Color borderNormal = Color(0xFF111111);
|
||||
|
||||
static const Color buttonTextSecondary = Color(0xFF232323);
|
||||
static const Color topNavPrimary = Color(0xFF232323);
|
||||
|
||||
static const Color buttonTextPrimary = Color(0xFFFFFFFF);
|
||||
static const Color buttonTextPrimaryDisabled = Color(0xFFF8F8F8);
|
||||
|
|
Loading…
Reference in a new issue