Skip to content

Commit

Permalink
adding clock icon
Browse files Browse the repository at this point in the history
  • Loading branch information
DGoiana committed Aug 2, 2024
1 parent d0ea8c4 commit 04ca6aa
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/uni_ui/lib/cards/schedule_card.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 04ca6aa

Please sign in to comment.