mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-17 17:57:40 +00:00
fruit sorbet selected coin color
This commit is contained in:
parent
5c9fe44cbd
commit
765b266a6b
1 changed files with 1 additions and 1 deletions
|
@ -197,7 +197,7 @@ class FruitSorbetColors extends StackColorTheme {
|
||||||
|
|
||||||
// text field
|
// text field
|
||||||
@override
|
@override
|
||||||
Color get textFieldActiveBG => const Color(0xFFFFFBF6);
|
Color get textFieldActiveBG => const Color(0xFFF7EEE1);
|
||||||
@override
|
@override
|
||||||
Color get textFieldDefaultBG => const Color(0xFFFFF8EE);
|
Color get textFieldDefaultBG => const Color(0xFFFFF8EE);
|
||||||
@override
|
@override
|
||||||
|
|
Loading…
Reference in a new issue