Fix OATH code dialog actions padding.

This commit is contained in:
Dain Nilsson 2022-08-31 13:47:17 +02:00
parent e50fefe7e8
commit 766f72f24e
No known key found for this signature in database
GPG Key ID: F04367096FBA95E8

View File

@ -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(