finished new absences page

This commit is contained in:
Kima
2024-04-23 19:56:35 +02:00
parent f0b9dfa1e6
commit c0589cba5c
4 changed files with 78 additions and 58 deletions

View File

@@ -143,7 +143,7 @@ class AbsenceTile extends StatelessWidget {
case Justification.excused:
return FeatherIcons.check;
case Justification.pending:
return FeatherIcons.slash;
return Icons.hourglass_bottom;
case Justification.unexcused:
return FeatherIcons.x;
}