fixed font sizes

This commit is contained in:
Kima 2023-12-31 00:10:32 +01:00
parent 71e9bbc830
commit 187f0c0216
2 changed files with 6 additions and 2 deletions

View File

@ -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

View File

@ -196,7 +196,11 @@ class GradesPageState extends State<GradesPage> {
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,