From 187f0c0216018a9c06431247ddf5296a0b53263b Mon Sep 17 00:00:00 2001 From: Kima Date: Sun, 31 Dec 2023 00:10:32 +0100 Subject: [PATCH] fixed font sizes --- .../lib/common/widgets/grade/grade_subject_tile.dart | 2 +- filcnaplo_mobile_ui/lib/pages/grades/grades_page.dart | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/filcnaplo_mobile_ui/lib/common/widgets/grade/grade_subject_tile.dart b/filcnaplo_mobile_ui/lib/common/widgets/grade/grade_subject_tile.dart index 5f5cfe2..cbe1880 100755 --- a/filcnaplo_mobile_ui/lib/common/widgets/grade/grade_subject_tile.dart +++ b/filcnaplo_mobile_ui/lib/common/widgets/grade/grade_subject_tile.dart @@ -63,7 +63,7 @@ class GradeSubjectTile extends StatelessWidget { overflow: TextOverflow.ellipsis, style: TextStyle( fontWeight: FontWeight.w600, - fontSize: 14.0, + fontSize: 16.0, color: textColor, fontStyle: settingsProvider.renamedSubjectsItalics && subject.isRenamed diff --git a/filcnaplo_mobile_ui/lib/pages/grades/grades_page.dart b/filcnaplo_mobile_ui/lib/pages/grades/grades_page.dart index 4ed3e98..6d3f02d 100755 --- a/filcnaplo_mobile_ui/lib/pages/grades/grades_page.dart +++ b/filcnaplo_mobile_ui/lib/pages/grades/grades_page.dart @@ -196,7 +196,11 @@ class GradesPageState extends State { child: Row( mainAxisAlignment: MainAxisAlignment.spaceBetween, children: [ - Text('you_have_hw'.i18n.fill([homeworkCount])), + Text( + 'you_have_hw'.i18n.fill([homeworkCount]), + style: const TextStyle( + fontSize: 15.0, fontWeight: FontWeight.w500), + ), // const Icon( // FeatherIcons.chevronRight, // grade: 0.5,