count fix

This commit is contained in:
julian 2023-08-22 15:40:19 -06:00
parent abbf557b41
commit e20ce631e6

View file

@ -221,9 +221,7 @@ class _NewWalletRecoveryPhraseWarningViewState
),
),
TextSpan(
text:
"${Constants.defaultSeedPhraseLengthFor(coin: coin)}"
" words",
text: "$seedCount words",
style: STextStyles.desktopH3(context).copyWith(
color: Theme.of(context)
.extension<StackColors>()!