mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-11-23 09:56:23 +03:00
Fix OATH code dialog actions padding.
This commit is contained in:
parent
e50fefe7e8
commit
766f72f24e
@ -173,7 +173,7 @@ class AccountDialog extends ConsumerWidget with AccountMixin {
|
||||
),
|
||||
],
|
||||
),
|
||||
actionsPadding: const EdgeInsets.only(top: 10.0, right: -16.0),
|
||||
actionsPadding: const EdgeInsets.symmetric(vertical: 10.0),
|
||||
actions: [
|
||||
Center(
|
||||
child: FittedBox(
|
||||
|
Loading…
Reference in New Issue
Block a user