diff --git a/lib/components/config/ConfigItem.dart b/lib/components/config/ConfigItem.dart index 941ea71..c19f16b 100644 --- a/lib/components/config/ConfigItem.dart +++ b/lib/components/config/ConfigItem.dart @@ -29,7 +29,7 @@ class ConfigItem extends StatelessWidget { return Container( color: Utils.configItemBackground(context), - padding: EdgeInsets.only(top: 2, bottom: 2, left: 15, right: 20), + padding: EdgeInsets.only(top: 10, bottom: 10, left: 15, right: 20), constraints: BoxConstraints(minHeight: Utils.minInteractiveSize), child: Row( crossAxisAlignment: crossAxisAlignment,