Skip to content

Commit

Permalink
Fix modal sheet button being cropped
Browse files Browse the repository at this point in the history
  • Loading branch information
g123k committed Jul 27, 2023
1 parent da4c265 commit 15ecb26
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 15ecb26

Please sign in to comment.