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, ), ), ],