fixed some icons

This commit is contained in:
Kima
2024-04-23 20:10:00 +02:00
parent d740dea1f7
commit 7ac8c55b17
4 changed files with 9 additions and 4 deletions

View File

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