Skip to content

Commit 71409f8

Browse files
committed
add minor horizontal padding to submitButtonSmall
1 parent b19bb1e commit 71409f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/lib/common/components/submit_button.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ class _SubmitButtonStateSmall extends State<SubmitButtonSmall> {
7474
return ElevatedButton(
7575
onPressed: (!_submitting && widget.onPressed != null) ? _onPressed : null,
7676
style: ElevatedButton.styleFrom(
77-
padding: const EdgeInsets.symmetric(vertical: 14),
77+
padding: const EdgeInsets.symmetric(vertical: 12, horizontal: 4),
7878
backgroundColor: context.colorScheme.primary,
7979
foregroundColor: Colors.white,
8080
textStyle: context.titleSmall,

0 commit comments

Comments
 (0)