word count fix

This commit is contained in:
julian 2022-12-14 13:57:43 -06:00
parent 5d025f9080
commit 811bc0e870

View file

@ -184,7 +184,7 @@ class _NewWalletRecoveryPhraseWarningViewState
),
),
TextSpan(
text: "12 words",
text: "$_numberOfPhraseWords words",
style: STextStyles.desktopH3(context).copyWith(
color: Theme.of(context)
.extension<StackColors>()!