Skip to content

Commit

Permalink
feat(app): increase space between sources and disclaimer
Browse files Browse the repository at this point in the history
  • Loading branch information
tamslo committed Dec 5, 2024
1 parent 8437cb1 commit 0c44e90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/lib/drug/widgets/annotation_cards/guideline.dart
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class GuidelineAnnotationCard extends StatelessWidget {
_buildResultSection(context),
SizedBox(height: PharMeTheme.smallToMediumSpace),
_buildSourcesSection(context),
SizedBox(height: PharMeTheme.smallToMediumSpace),
SizedBox(height: PharMeTheme.mediumSpace),
Disclaimer(userGuideline: drug.userGuideline),
]
else ...[
Expand Down

0 comments on commit 0c44e90

Please sign in to comment.