Skip to content

Commit

Permalink
fix: keep OverflowBar style consistent with pre-migration on picker d…
Browse files Browse the repository at this point in the history
…ialog (#208)
  • Loading branch information
FriesI23 authored Dec 31, 2024
1 parent e2d587a commit 22cc8f7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/view/common/habit_record_number_picker.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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: () {
Expand Down
2 changes: 2 additions & 0 deletions lib/view/common/habit_record_reason_modifier.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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: () {
Expand Down

0 comments on commit 22cc8f7

Please sign in to comment.