Dialogs Mobile. Remove custom contentPadding

This commit is contained in:
grummbeer
2023-03-30 01:51:29 +02:00
parent 370f86e7e3
commit 7351c58336
3 changed files with 20 additions and 28 deletions

View File

@@ -132,8 +132,6 @@ void setTemporaryPasswordLengthDialog(
mainAxisSize: MainAxisSize.min,
children:
lengths.map((e) => getRadio(e, e, length, setLength)).toList()),
actions: [],
contentPadding: 14,
);
}, backDismiss: true, clickMaskDismiss: true);
}