tt*: respect theming

This commit is contained in:
2025-09-05 21:44:25 +02:00
parent 2d5cc896b8
commit b31e90b052
2 changed files with 6 additions and 3 deletions

View File

@@ -309,7 +309,8 @@ class _HomeTimetableScreen extends State<HomeTimetableScreen> {
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<HomeTimetableScreen> {
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(

View File

@@ -418,7 +418,8 @@ class _HomeTimetableMonthlyScreen extends State<HomeTimetableMonthlyScreen> {
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,