Skip to content

Commit

Permalink
Fix wording
Browse files Browse the repository at this point in the history
  • Loading branch information
bannzai committed Apr 24, 2022
1 parent 217a010 commit aacdb8f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/domain/premium_trial/premium_trial_modal.dart
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ class PremiumTrialModal extends HookConsumerWidget {
color: PilllColors.primary,
borderRadius: BorderRadius.circular(50),
),
padding: const EdgeInsets.only(top: 4, bottom: 4),
padding:
const EdgeInsets.only(top: 4, bottom: 4),
child: const Center(
child: Text(
"30日間お試し",
Expand All @@ -77,7 +78,7 @@ class PremiumTrialModal extends HookConsumerWidget {
),
const SizedBox(height: 8),
const Text(
"プレミアム体験プレゼント中",
"まもなく終了!\nプレミアム体験プレゼント中",
style: TextStyle(
color: TextColor.black,
fontFamily: FontFamily.japanese,
Expand Down

0 comments on commit aacdb8f

Please sign in to comment.