Skip to content

Commit

Permalink
Tagline/App review: Force all texts to be centered (#5165)
Browse files Browse the repository at this point in the history
  • Loading branch information
g123k authored Apr 17, 2024
1 parent 67dc33c commit 2ae3310
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/smooth_app/lib/widgets/smooth_product_carousel.dart
Original file line number Diff line number Diff line change
Expand Up @@ -463,6 +463,7 @@ class _SearchCardContentAppReview extends StatelessWidget {
child: Text(
localizations.tagline_app_review_button_positive,
style: const TextStyle(fontSize: 17.0),
textAlign: TextAlign.center,
),
),
),
Expand All @@ -479,6 +480,7 @@ class _SearchCardContentAppReview extends StatelessWidget {
},
child: Text(
localizations.tagline_app_review_button_negative,
textAlign: TextAlign.center,
),
),
),
Expand All @@ -488,6 +490,7 @@ class _SearchCardContentAppReview extends StatelessWidget {
onPressed: () => onHideReview(),
child: Text(
localizations.tagline_app_review_button_later,
textAlign: TextAlign.center,
),
),
),
Expand Down

0 comments on commit 2ae3310

Please sign in to comment.