feat: Display order event name with a new calendar check icon and update associated styles in the order card.

This commit is contained in:
Achintha Isuru
2026-02-22 21:13:17 -05:00
parent 9e38fb7d5f
commit fa00a0bf75
2 changed files with 49 additions and 30 deletions

View File

@@ -28,6 +28,9 @@ class UiIcons {
/// Calendar icon for shifts or schedules
static const IconData calendar = _IconLib.calendar;
/// Calender check icon for shifts or schedules
static const IconData calendarCheck = _IconLib.calendarCheck;
/// Briefcase icon for jobs
static const IconData briefcase = _IconLib.briefcase;