Bladeren bron

ActionSheet: Reduce padding for text container

Neeraj Gupta 2 jaren geleden
bovenliggende
commit
cdf8604d80
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      lib/ui/components/action_sheet_widget.dart

+ 1 - 1
lib/ui/components/action_sheet_widget.dart

@@ -100,7 +100,7 @@ class ActionSheetWidget extends StatelessWidget {
                     isTitleAndBodyNull
                     isTitleAndBodyNull
                         ? const SizedBox.shrink()
                         ? const SizedBox.shrink()
                         : Padding(
                         : Padding(
-                            padding: const EdgeInsets.only(bottom: 36),
+                            padding: const EdgeInsets.only(bottom: 28),
                             child: ContentContainerWidget(
                             child: ContentContainerWidget(
                               title: title,
                               title: title,
                               body: body,
                               body: body,