diff --git a/lib/src/schedules/presentations/schedule_page.dart b/lib/src/schedules/presentations/schedule_page.dart index 56914f2..a0d1a44 100644 --- a/lib/src/schedules/presentations/schedule_page.dart +++ b/lib/src/schedules/presentations/schedule_page.dart @@ -135,7 +135,8 @@ class _SchedulePageState extends ConsumerState { child: Text( context.loc.schedulePageContinueNotice, key: const Key('continue-notice'), - style: TextStyle(color: Theme.of(context).primaryColor), + style: TextStyle( + color: Theme.of(context).colorScheme.primary), ), ), Flexible(