forked from firka/student-legacy
fixed font sizes
This commit is contained in:
parent
71e9bbc830
commit
187f0c0216
@ -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
|
||||
|
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user