firka: use textPrimaryLight for mark hw as done btn

Closes: #18
This commit is contained in:
2026-03-05 09:33:01 +01:00
parent f953dbd49f
commit 632bb81408

View File

@@ -908,7 +908,8 @@ Future<void> showHomeworkBottomSheet(
Text(
data.l10n.mark_as_done,
style: appStyle.fonts.B_16SB.apply(
color: appStyle.colors.textSecondary,
color:
appStyle.colors.textPrimaryLight,
),
),
],
@@ -930,7 +931,8 @@ Future<void> showHomeworkBottomSheet(
Text(
data.l10n.mark_as_not_done,
style: appStyle.fonts.B_16SB.apply(
color: appStyle.colors.textSecondary,
color:
appStyle.colors.textPrimaryLight,
),
),
],