mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-22 18:44:31 +00:00
delete wallet attention dialog text
This commit is contained in:
parent
86967a9477
commit
172883532c
1 changed files with 1 additions and 3 deletions
|
@ -72,9 +72,7 @@ class _DesktopAttentionDeleteWallet
|
||||||
"\n\nPLEASE SAVE YOUR BACKUP KEY.",
|
"\n\nPLEASE SAVE YOUR BACKUP KEY.",
|
||||||
style: STextStyles.desktopTextExtraExtraSmall(context)
|
style: STextStyles.desktopTextExtraExtraSmall(context)
|
||||||
.copyWith(
|
.copyWith(
|
||||||
color: Theme.of(context)
|
color: Theme.of(context).extension<StackColors>()!.snackBarTextError,
|
||||||
.extension<StackColors>()!
|
|
||||||
.textDark3,
|
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|
Loading…
Reference in a new issue