mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-03-25 16:48:48 +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(
|
Text(
|
||||||
"All wallets",
|
"All wallets",
|
||||||
style: STextStyles.itemSubtitle(context).copyWith(
|
style: STextStyles.itemSubtitle(context).copyWith(
|
||||||
color: Theme.of(context).extension<StackColors>()!.textDark,
|
color: Theme.of(context).extension<StackColors>()!.textDark3,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
CustomTextButton(
|
CustomTextButton(
|
||||||
|
|
Loading…
Reference in a new issue