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,
|
overflow: TextOverflow.ellipsis,
|
||||||
style: TextStyle(
|
style: TextStyle(
|
||||||
fontWeight: FontWeight.w600,
|
fontWeight: FontWeight.w600,
|
||||||
fontSize: 14.0,
|
fontSize: 16.0,
|
||||||
color: textColor,
|
color: textColor,
|
||||||
fontStyle:
|
fontStyle:
|
||||||
settingsProvider.renamedSubjectsItalics && subject.isRenamed
|
settingsProvider.renamedSubjectsItalics && subject.isRenamed
|
||||||
|
@ -196,7 +196,11 @@ class GradesPageState extends State<GradesPage> {
|
|||||||
child: Row(
|
child: Row(
|
||||||
mainAxisAlignment: MainAxisAlignment.spaceBetween,
|
mainAxisAlignment: MainAxisAlignment.spaceBetween,
|
||||||
children: [
|
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(
|
// const Icon(
|
||||||
// FeatherIcons.chevronRight,
|
// FeatherIcons.chevronRight,
|
||||||
// grade: 0.5,
|
// grade: 0.5,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user