unify padding of dialogs

This commit is contained in:
grummbeer 2023-02-10 10:50:48 +01:00
parent 7edb3e6e92
commit 23f133b836

View File

@ -648,8 +648,6 @@ class CustomAlertDialog extends StatelessWidget {
child: AlertDialog(
scrollable: true,
title: title,
contentPadding: EdgeInsets.fromLTRB(
contentPadding ?? padding, 25, contentPadding ?? padding, 10),
content: ConstrainedBox(
constraints: contentBoxConstraints,
child: Theme(