Skip to content

Commit

Permalink
Fix enum padding
Browse files Browse the repository at this point in the history
  • Loading branch information
viplmad authored Jan 21, 2024
1 parent 928661b commit 1addb26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/ui/common/field/enum_field.dart
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ class EnumField extends StatelessWidget {

return Padding(
padding: const EdgeInsets.only(
left: 8.0,
right: 8.0,
left: 4.0,
right: 4.0,
),
child: ChoiceChip(
labelPadding: EdgeInsets.zero,
Expand Down

0 comments on commit 1addb26

Please sign in to comment.