From 632bb814085fbbbc82b749aa6e671b7ad9229d1c Mon Sep 17 00:00:00 2001 From: Armand <4831c0@proton.me> Date: Thu, 5 Mar 2026 09:33:01 +0100 Subject: [PATCH] firka: use textPrimaryLight for mark hw as done btn Closes: #18 --- firka/lib/ui/components/common_bottom_sheets.dart | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/firka/lib/ui/components/common_bottom_sheets.dart b/firka/lib/ui/components/common_bottom_sheets.dart index d976d2c..7631456 100644 --- a/firka/lib/ui/components/common_bottom_sheets.dart +++ b/firka/lib/ui/components/common_bottom_sheets.dart @@ -908,7 +908,8 @@ Future 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 showHomeworkBottomSheet( Text( data.l10n.mark_as_not_done, style: appStyle.fonts.B_16SB.apply( - color: appStyle.colors.textSecondary, + color: + appStyle.colors.textPrimaryLight, ), ), ],