Skip to content

Commit 85000d0

Browse files
committed
💄 Add padding for confirm button in the viewer.
1 parent 29a83af commit 85000d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/widget/camera_picker_viewer.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ class _CameraPickerViewerState extends State<CameraPickerViewer> {
271271
return MaterialButton(
272272
minWidth: 20.0,
273273
height: 32.0,
274-
padding: const EdgeInsets.symmetric(horizontal: 12.0),
274+
padding: const EdgeInsets.symmetric(horizontal: 20.0),
275275
color: theme.colorScheme.secondary,
276276
shape: RoundedRectangleBorder(
277277
borderRadius: BorderRadius.circular(3.0),

0 commit comments

Comments
 (0)