finished new exam tile

This commit is contained in:
Kima
2023-12-31 00:05:43 +01:00
parent 6297b9cc24
commit 71e9bbc830
3 changed files with 47 additions and 30 deletions

View File

@@ -217,7 +217,11 @@ class GradesPageState extends State<GradesPage> {
),
color: Theme.of(context).colorScheme.background,
),
child: ExamViewable(nearestExam),
child: ExamViewable(
nearestExam,
showSubject: false,
tilePadding: const EdgeInsets.symmetric(horizontal: 6.0),
),
),
],
),