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