delete wallet attention dialog text

This commit is contained in:
ryleedavis 2022-12-28 11:55:42 -07:00
parent 86967a9477
commit 172883532c

View file

@ -72,9 +72,7 @@ class _DesktopAttentionDeleteWallet
"\n\nPLEASE SAVE YOUR BACKUP KEY.",
style: STextStyles.desktopTextExtraExtraSmall(context)
.copyWith(
color: Theme.of(context)
.extension<StackColors>()!
.textDark3,
color: Theme.of(context).extension<StackColors>()!.snackBarTextError,
),
),
),