Skip to content

Commit

Permalink
feat(app): remove compact visual density
Browse files Browse the repository at this point in the history
  • Loading branch information
tamslo committed Nov 28, 2024
1 parent eb6bc09 commit 699c60d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/lib/common/widgets/drug_list/builder.dart
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ class DrugList extends HookWidget {
enabled: currentlyEnabled,
initiallyExpanded: currentlyExpanded || !currentlyEnabled,
onExpansionChanged: (value) => otherDrugsExpanded.value = value,
visualDensity: VisualDensity.compact,
titlePadding: EdgeInsets.zero,
childrenPadding: EdgeInsets.zero,
icon: drugActivityChangeable
Expand Down

0 comments on commit 699c60d

Please sign in to comment.