fixed subject icon things
This commit is contained in:
@@ -32,7 +32,7 @@ class ExamTile extends StatelessWidget {
|
||||
padding: const EdgeInsets.only(top: 2.0),
|
||||
child: Icon(
|
||||
SubjectIcon.resolveVariant(
|
||||
subjectName: exam.subject.name, context: context),
|
||||
subject: exam.subject, context: context),
|
||||
size: 28.0,
|
||||
color: AppColors.of(context).text.withOpacity(.75),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user