diff --git a/lib/view/common/habit_record_number_picker.dart b/lib/view/common/habit_record_number_picker.dart index 078e4f1..f4a3ab2 100644 --- a/lib/view/common/habit_record_number_picker.dart +++ b/lib/view/common/habit_record_number_picker.dart @@ -274,6 +274,8 @@ class _HabitRecordCustomNumberPickerDialog Padding( padding: const EdgeInsets.only(top: 24, bottom: 12), child: OverflowBar( + spacing: 8.0, + alignment: MainAxisAlignment.end, children: [ TextButton( onPressed: () { diff --git a/lib/view/common/habit_record_reason_modifier.dart b/lib/view/common/habit_record_reason_modifier.dart index 781e181..6b79b20 100644 --- a/lib/view/common/habit_record_reason_modifier.dart +++ b/lib/view/common/habit_record_reason_modifier.dart @@ -103,6 +103,8 @@ class _HabitRecordReasonModifierDialog Padding( padding: const EdgeInsets.only(top: 24, bottom: 12), child: OverflowBar( + spacing: 8.0, + alignment: MainAxisAlignment.end, children: [ TextButton( onPressed: () {