Skip to content

Commit

Permalink
feat(app): style drug status selection
Browse files Browse the repository at this point in the history
  • Loading branch information
tamslo committed Mar 22, 2024
1 parent e9752bf commit f718878
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/lib/drug/widgets/annotation_cards/drug.dart
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,11 @@ class DrugAnnotationCards extends StatelessWidget {
TextSpan(
children: [
WidgetSpan(
alignment: PlaceholderAlignment.middle,
child: Icon(
iconData,
color: PharMeTheme.iconColor,
size: PharMeTheme.mediumSpace,
),
),
TextSpan(text: ' $text'),
Expand Down

0 comments on commit f718878

Please sign in to comment.