TF-1118 Apply new latest design forwarding
This commit is contained in:
@@ -80,9 +80,9 @@ class SettingsUtils {
|
||||
|
||||
static EdgeInsets getPaddingListRecipientForwarding(BuildContext context, ResponsiveUtils responsiveUtils) {
|
||||
if (responsiveUtils.isPortraitMobile(context)) {
|
||||
return const EdgeInsets.all(12);
|
||||
return const EdgeInsets.only(left: 12, right: 12, bottom: 12);
|
||||
} else {
|
||||
return const EdgeInsets.symmetric(horizontal: 24, vertical: 12);
|
||||
return const EdgeInsets.only(left: 24, right: 24, bottom: 24);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user