mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-17 01:37:54 +00:00
OLED black selected coin color
This commit is contained in:
parent
9a9f71ea3e
commit
3b852f1cb5
1 changed files with 1 additions and 1 deletions
|
@ -198,7 +198,7 @@ class OledBlackColors extends StackColorTheme {
|
|||
|
||||
// text field
|
||||
@override
|
||||
Color get textFieldActiveBG => const Color(0xFF232323);
|
||||
Color get textFieldActiveBG => const Color(0xFF3C3C3C);
|
||||
@override
|
||||
Color get textFieldDefaultBG => const Color(0xFF171717);
|
||||
@override
|
||||
|
|
Loading…
Reference in a new issue