diff --git a/packages/uni_ui/lib/cards/schedule_card.dart b/packages/uni_ui/lib/cards/schedule_card.dart index dae3193ed..5445abfc8 100644 --- a/packages/uni_ui/lib/cards/schedule_card.dart +++ b/packages/uni_ui/lib/cards/schedule_card.dart @@ -37,6 +37,14 @@ class ScheduleCard extends GenericCard { children: [ Row( children: [ + if (isActive) ...[ + PhosphorIcon( + PhosphorIcons.clock(PhosphorIconsStyle.duotone), + color: Theme.of(context).colorScheme.secondary, + size: 20, + ), + SizedBox(width: 5), + ], Text( acronym, overflow: TextOverflow.ellipsis,