"all wallets" color fix

This commit is contained in:
julian 2023-02-10 14:17:40 -06:00
parent d8c833548d
commit 24cdb0ac36

View file

@ -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(