Skip to content

Commit

Permalink
fix: Permissions page: use "a well balanced" style to ensure we have …
Browse files Browse the repository at this point in the history
…bigger line height (#4341)
  • Loading branch information
g123k committed Jul 20, 2023
1 parent 46b6faa commit b9c6be7
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import 'package:smooth_app/helpers/permission_helper.dart';
import 'package:smooth_app/helpers/provider_helper.dart';
import 'package:smooth_app/pages/onboarding/onboarding_bottom_bar.dart';
import 'package:smooth_app/pages/onboarding/onboarding_flow_navigator.dart';
import 'package:smooth_app/widgets/smooth_text.dart';

class PermissionsPage extends StatefulWidget {
const PermissionsPage(
Expand Down Expand Up @@ -80,12 +81,14 @@ class _PermissionsPageState extends State<PermissionsPage> {
appLocalizations.permissions_page_body1,
maxLines: 2,
textAlign: TextAlign.center,
style: WellSpacedTextHelper.TEXT_STYLE_WITH_WELL_SPACED,
),
const SizedBox(height: MEDIUM_SPACE),
AutoSizeText(
appLocalizations.permissions_page_body2,
maxLines: 3,
textAlign: TextAlign.center,
style: WellSpacedTextHelper.TEXT_STYLE_WITH_WELL_SPACED,
),
],
),
Expand Down

0 comments on commit b9c6be7

Please sign in to comment.