From 8cfca13d1ac307defe54b3f9c01721e36b2366c9 Mon Sep 17 00:00:00 2001 From: Armand <4831c0@proton.me> Date: Thu, 5 Mar 2026 09:40:11 +0100 Subject: [PATCH] firka: fix text style for hw bottom sheet Closes: #19 --- firka/lib/ui/components/common_bottom_sheets.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firka/lib/ui/components/common_bottom_sheets.dart b/firka/lib/ui/components/common_bottom_sheets.dart index 7631456..41c12b2 100644 --- a/firka/lib/ui/components/common_bottom_sheets.dart +++ b/firka/lib/ui/components/common_bottom_sheets.dart @@ -875,10 +875,10 @@ Future showHomeworkBottomSheet( color: appStyle.colors.textPrimary, fontSize: FontSize(16), fontFamily: appStyle.fonts.B_16R.fontFamily, - fontWeight: FontWeight.w900, margin: Margins.zero, padding: HtmlPaddings.zero, textAlign: TextAlign.start, + textDecoration: TextDecoration.none, ), }, ),