From f9b7b9d4f8eef50e050af51f2753db558b6bfe56 Mon Sep 17 00:00:00 2001 From: Edouard Marquez Date: Fri, 28 Jul 2023 08:14:33 +0200 Subject: [PATCH] Fix modal sheet button being cropped (#4384) --- .../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;