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

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