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,