|
|
@ -335,7 +335,7 @@ class BootstrapDialogState extends State<BootstrapDialog> {
|
|
|
|
const SizedBox(height: 16),
|
|
|
|
const SizedBox(height: 16),
|
|
|
|
ElevatedButton.icon(
|
|
|
|
ElevatedButton.icon(
|
|
|
|
style: ElevatedButton.styleFrom(
|
|
|
|
style: ElevatedButton.styleFrom(
|
|
|
|
onPrimary: Colors.red,
|
|
|
|
foregroundColor: Colors.red,
|
|
|
|
),
|
|
|
|
),
|
|
|
|
icon: const Icon(Icons.delete_outlined),
|
|
|
|
icon: const Icon(Icons.delete_outlined),
|
|
|
|
label: Text(L10n.of(context)!.recoveryKeyLost),
|
|
|
|
label: Text(L10n.of(context)!.recoveryKeyLost),
|
|
|
|