Skip to content

Commit

Permalink
Fix other padding
Browse files Browse the repository at this point in the history
  • Loading branch information
IanVS committed Dec 18, 2024
1 parent a4bac2a commit deb2998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/components/config/ConfigItem.dart
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class ConfigItem extends StatelessWidget {
Widget build(BuildContext context) {
return Container(
color: Utils.configItemBackground(context),
padding: EdgeInsets.only(top: 2, bottom: 2, left: 15, right: 10),
padding: EdgeInsets.only(top: 2, bottom: 2, left: 15, right: 20),
constraints: BoxConstraints(minHeight: Utils.minInteractiveSize),
child: Row(
crossAxisAlignment: crossAxisAlignment,
Expand Down

0 comments on commit deb2998

Please sign in to comment.