mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-11-23 09:56:23 +03:00
Fix lack of margin for responsive dialogs.
This commit is contained in:
parent
92d2d422ad
commit
388d69687a
@ -51,7 +51,6 @@ class _ResponsiveDialogState extends State<ResponsiveDialog> {
|
||||
: 'Cancel';
|
||||
return DialogFrame(
|
||||
child: AlertDialog(
|
||||
insetPadding: EdgeInsets.zero,
|
||||
title: widget.title,
|
||||
scrollable: true,
|
||||
content: SizedBox(
|
||||
|
Loading…
Reference in New Issue
Block a user