TF-4038 Increase margin top of email modal

This commit is contained in:
dab246
2025-09-23 11:28:08 +07:00
committed by Dat H. Pham
parent 8fe6a6215d
commit 8396100d7d
@@ -60,8 +60,8 @@ class DesktopEditRecipientsView extends StatelessWidget {
padding: const EdgeInsetsDirectional.only(
start: 16,
end: 16,
top: 21,
bottom: 21,
top: 36,
bottom: 12,
),
child: Column(
mainAxisSize: MainAxisSize.min,