diff --git a/lib/screens/nutritional_plan_screen.dart b/lib/screens/nutritional_plan_screen.dart index c590464e..f79dddc4 100644 --- a/lib/screens/nutritional_plan_screen.dart +++ b/lib/screens/nutritional_plan_screen.dart @@ -107,6 +107,7 @@ class NutritionalPlanScreen extends StatelessWidget { ), ], flexibleSpace: FlexibleSpaceBar( + titlePadding: const EdgeInsets.fromLTRB(56, 0, 56, 16), title: Text( nutritionalPlan.getLabel(context), style: Theme.of(context).textTheme.titleLarge?.copyWith(color: appBarForeground), diff --git a/lib/screens/workout_plan_screen.dart b/lib/screens/workout_plan_screen.dart index 0fb01343..b0e175f1 100644 --- a/lib/screens/workout_plan_screen.dart +++ b/lib/screens/workout_plan_screen.dart @@ -82,6 +82,7 @@ class _WorkoutPlanScreenState extends State { iconTheme: const IconThemeData(color: appBarForeground), backgroundColor: wgerPrimaryColor, flexibleSpace: FlexibleSpaceBar( + titlePadding: const EdgeInsets.fromLTRB(56, 0, 56, 16), title: Text( workoutPlan.name, style: Theme.of(context).textTheme.titleLarge?.copyWith(color: appBarForeground),