We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b19bb1e commit 71409f8Copy full SHA for 71409f8
app/lib/common/components/submit_button.dart
@@ -74,7 +74,7 @@ class _SubmitButtonStateSmall extends State<SubmitButtonSmall> {
74
return ElevatedButton(
75
onPressed: (!_submitting && widget.onPressed != null) ? _onPressed : null,
76
style: ElevatedButton.styleFrom(
77
- padding: const EdgeInsets.symmetric(vertical: 14),
+ padding: const EdgeInsets.symmetric(vertical: 12, horizontal: 4),
78
backgroundColor: context.colorScheme.primary,
79
foregroundColor: Colors.white,
80
textStyle: context.titleSmall,
0 commit comments