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

@@ -32,7 +32,7 @@ class AbsenceDisplay extends StatelessWidget {
if (excused > 0 && pending > 0) const SizedBox(width: 6.0),
if (pending > 0)
Icon(
FeatherIcons.slash,
Icons.hourglass_bottom,
size: 14.0,
color: AppColors.of(context).orange,
),