mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-17 09:47:37 +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
|
// text field
|
||||||
@override
|
@override
|
||||||
Color get textFieldActiveBG => const Color(0xFF232323);
|
Color get textFieldActiveBG => const Color(0xFF3C3C3C);
|
||||||
@override
|
@override
|
||||||
Color get textFieldDefaultBG => const Color(0xFF171717);
|
Color get textFieldDefaultBG => const Color(0xFF171717);
|
||||||
@override
|
@override
|
||||||
|
|
Loading…
Reference in a new issue