You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/pages/settings_views/wallet_settings_view/wallet_settings_wallet_settings/delete_wallet_warning_view.dart
+12-16Lines changed: 12 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -59,21 +59,19 @@ class DeleteWalletWarningView extends ConsumerWidget {
59
59
),
60
60
constSizedBox(height:16),
61
61
RoundedContainer(
62
-
color:
63
-
Theme.of(
64
-
context,
65
-
).extension<StackColors>()!.warningBackground,
62
+
color:Theme.of(
63
+
context,
64
+
).extension<StackColors>()!.warningBackground,
66
65
child:Text(
67
66
"You are going to permanently delete your wallet.\n\n"
68
67
"If you delete your wallet, the only way you can have access"
69
68
" to your funds is by using your backup key.\n\n"
70
69
"${AppConfig.appName} does not keep nor is able to restore "
71
70
"your backup key or your wallet.\n\nPLEASE SAVE YOUR BACKUP KEY.",
72
71
style:STextStyles.baseXS(context).copyWith(
73
-
color:
74
-
Theme.of(
75
-
context,
76
-
).extension<StackColors>()!.warningForeground,
72
+
color:Theme.of(
73
+
context,
74
+
).extension<StackColors>()!.warningForeground,
77
75
),
78
76
),
79
77
),
@@ -88,10 +86,9 @@ class DeleteWalletWarningView extends ConsumerWidget {
88
86
child:Text(
89
87
"Cancel",
90
88
style:STextStyles.button(context).copyWith(
91
-
color:
92
-
Theme.of(
93
-
context,
94
-
).extension<StackColors>()!.accentColorDark,
89
+
color:Theme.of(
90
+
context,
91
+
).extension<StackColors>()!.accentColorDark,
95
92
),
96
93
),
97
94
),
@@ -130,10 +127,9 @@ class DeleteWalletWarningView extends ConsumerWidget {
0 commit comments