mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-23 11:59:30 +00:00
"all wallets" color fix
This commit is contained in:
parent
d8c833548d
commit
24cdb0ac36
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ class AllWallets extends StatelessWidget {
|
|||
Text(
|
||||
"All wallets",
|
||||
style: STextStyles.itemSubtitle(context).copyWith(
|
||||
color: Theme.of(context).extension<StackColors>()!.textDark,
|
||||
color: Theme.of(context).extension<StackColors>()!.textDark3,
|
||||
),
|
||||
),
|
||||
CustomTextButton(
|
||||
|
|
Loading…
Reference in a new issue