Skip to content

Commit

Permalink
feat(app): increase space on gene page
Browse files Browse the repository at this point in the history
  • Loading branch information
tamara-slosarek authored and tamslo committed Jan 13, 2025
1 parent c94781a commit 4b8db38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/lib/report/pages/gene.dart
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ class GenePage extends HookWidget {
]
],
)),
SizedBox(height: PharMeTheme.smallToMediumSpace),
SizedBox(height: PharMeTheme.mediumToLargeSpace),
SubHeader(
context.l10n.gene_page_relevant_drugs,
tooltip: context.l10n.gene_page_relevant_drugs_tooltip(
Expand Down

0 comments on commit 4b8db38

Please sign in to comment.