Skip to content

Commit

Permalink
feat(app): prettier switches on Android
Browse files Browse the repository at this point in the history
  • Loading branch information
tamslo committed Nov 21, 2024
1 parent 9f5dcda commit 12fa77f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/lib/common/widgets/drug_activity_selection.dart
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ SwitchListTile buildDrugActivitySelection({
key: key,
value: isActive,
activeColor: PharMeTheme.primaryColor,
inactiveThumbColor: PharMeTheme.surfaceColor,
inactiveTrackColor: PharMeTheme.borderColor,
trackOutlineColor: WidgetStatePropertyAll(Colors.transparent),
title: Text(title),
subtitle: subtitle.isNotNullOrBlank ? Text(subtitle!, style: PharMeTheme.textTheme.bodyMedium): null,
contentPadding: contentPadding,
Expand Down

0 comments on commit 12fa77f

Please sign in to comment.