Merge pull request from cypherstack/desktop

word count fix
This commit is contained in:
julian-CStack 2022-12-14 13:58:32 -06:00 committed by GitHub
commit c83fcf908c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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>()!