From 15ecb2677f1dbec1f9a246bf9fa1059b12f9092f Mon Sep 17 00:00:00 2001 From: Edouard Marquez Date: Thu, 27 Jul 2023 12:57:56 +0200 Subject: [PATCH] Fix modal sheet button being cropped --- .../lib/generic_lib/bottom_sheets/smooth_bottom_sheet.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/smooth_app/lib/generic_lib/bottom_sheets/smooth_bottom_sheet.dart b/packages/smooth_app/lib/generic_lib/bottom_sheets/smooth_bottom_sheet.dart index 7c751f53949..cb1b8ffe52c 100644 --- a/packages/smooth_app/lib/generic_lib/bottom_sheets/smooth_bottom_sheet.dart +++ b/packages/smooth_app/lib/generic_lib/bottom_sheets/smooth_bottom_sheet.dart @@ -165,7 +165,7 @@ class SmoothModalSheetHeaderButton extends StatelessWidget static const EdgeInsetsGeometry _padding = EdgeInsetsDirectional.symmetric( horizontal: 15.0, - vertical: 20.0, + vertical: 10.0, ); final String label;