Skip to content

Commit

Permalink
Merge pull request #2601 from get10101/fix/margin-box-size
Browse files Browse the repository at this point in the history
fix: Make margin box size match quantity
  • Loading branch information
Restioson authored Jun 5, 2024
2 parents 3e685fb + 5cb2f14 commit 97b6fd1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mobile/lib/common/amount_text_field.dart
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ class _AmountTextState extends State<AmountTextField> {

return InputDecorator(
decoration: InputDecoration(
contentPadding: const EdgeInsets.fromLTRB(12, 24, 12, 17),
border: const OutlineInputBorder(),
labelText: widget.label,
labelStyle: const TextStyle(color: Colors.black87),
Expand Down

0 comments on commit 97b6fd1

Please sign in to comment.