diff --git a/lib/ui/screens/home/wonders_home_screen.dart b/lib/ui/screens/home/wonders_home_screen.dart index a4cd9f58..23710a46 100644 --- a/lib/ui/screens/home/wonders_home_screen.dart +++ b/lib/ui/screens/home/wonders_home_screen.dart @@ -177,8 +177,7 @@ class _HomeScreenState extends State with SingleTickerProviderStateM child: Column( children: [ WonderTitleText(currentWonder, enableShadows: true), - - //Gap($styles.insets.sm), + Gap($styles.insets.xs), AppPageIndicator( count: _numWonders, controller: _pageController, @@ -187,17 +186,11 @@ class _HomeScreenState extends State with SingleTickerProviderStateM onDotPressed: _handlePageIndicatorDotPressed, semanticPageTitle: $strings.homeSemanticWonder, ), - - /// Page indicator - // IgnorePointer( - // child: DiagonalTextPageIndicator(current: _wonderIndex + 1, total: _numWonders), - // ), ], ), ), ), ), - //Gap($styles.insets.xs), /// Animated arrow and background /// Wrap in a container that is full-width to make it easier to find for screen readers diff --git a/lib/ui/wonder_illustrations/common/wonder_title_text.dart b/lib/ui/wonder_illustrations/common/wonder_title_text.dart index 6737cdd6..a16e638c 100644 --- a/lib/ui/wonder_illustrations/common/wonder_title_text.dart +++ b/lib/ui/wonder_illustrations/common/wonder_title_text.dart @@ -17,7 +17,7 @@ class WonderTitleText extends StatelessWidget { ); bool smallText = [WonderType.christRedeemer, WonderType.colosseum].contains(data.type); if (smallText) { - textStyle = textStyle.copyWith(fontSize: 48); + textStyle = textStyle.copyWith(fontSize: 56); } // First, get a list like: ['the\n', 'great wall']