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;