diff --git a/firka/lib/ui/phone/pages/home/home_timetable.dart b/firka/lib/ui/phone/pages/home/home_timetable.dart index 09a7da0..69e47b8 100644 --- a/firka/lib/ui/phone/pages/home/home_timetable.dart +++ b/firka/lib/ui/phone/pages/home/home_timetable.dart @@ -309,7 +309,8 @@ class _HomeTimetableScreen extends State { Text( now!.format( widget.data.l10n, FormatMode.yyyymmddwedd), - style: appStyle.fonts.B_14R), + style: appStyle.fonts.B_14R + .apply(color: appStyle.colors.textPrimary)), SizedBox(width: 4), Text("•", style: appStyle.fonts.B_16R @@ -319,7 +320,8 @@ class _HomeTimetableScreen extends State { now!.isAWeek() ? widget.data.l10n.a_week : widget.data.l10n.b_week, - style: appStyle.fonts.B_14R), + style: appStyle.fonts.B_14R + .apply(color: appStyle.colors.textPrimary)), ], ), GestureDetector( diff --git a/firka/lib/ui/phone/pages/home/home_timetable_mo.dart b/firka/lib/ui/phone/pages/home/home_timetable_mo.dart index 9610dcd..53a2bcd 100644 --- a/firka/lib/ui/phone/pages/home/home_timetable_mo.dart +++ b/firka/lib/ui/phone/pages/home/home_timetable_mo.dart @@ -418,7 +418,8 @@ class _HomeTimetableMonthlyScreen extends State { now! .format(widget.data.l10n, FormatMode.yyyymmmm) .toLowerCase(), - style: appStyle.fonts.B_14R), + style: appStyle.fonts.B_14R + .apply(color: appStyle.colors.textPrimary)), GestureDetector( child: FirkaIconWidget( FirkaIconType.icons,