Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Delete initial setting menstruation page #503

Merged
merged 10 commits into from
Feb 13, 2022
Merged
Prev Previous commit
Next Next commit
Fix numbering
  • Loading branch information
bannzai committed Feb 13, 2022
commit d8e0c47a1f4a091094fd086b99eaa4b2c0191e09
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class InitialSettingPillSheetGroupPage extends HookConsumerWidget {
backgroundColor: PilllColors.background,
appBar: AppBar(
title: Text(
"1/4",
"1/3",
style: TextStyle(color: TextColor.black),
),
backgroundColor: PilllColors.white,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ class InitialSettingReminderTimesPage extends HookConsumerWidget {
onPressed: () => Navigator.of(context).pop(),
),
title: Text(
"4/4",
"3/3",
style: TextStyle(color: TextColor.black),
),
backgroundColor: PilllColors.white,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class InitialSettingSelectTodayPillNumberPage extends HookConsumerWidget {
onPressed: () => Navigator.of(context).pop(),
),
title: Text(
"2/4",
"2/3",
style: TextStyle(color: TextColor.black),
),
backgroundColor: PilllColors.white,
Expand Down