Skip to content

Commit

Permalink
Status section spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
jtklein committed Feb 5, 2025
1 parent ad4dd20 commit 247db38
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ const StatusSection = ( { observation }: Props ): Node => {
};

return (
<View className="m-4 mb-8">
<Heading3 className="mt-5 mb-1">{t( "Research-Grade-Status" )}</Heading3>
<Body3>{qualityGradeText()}</Body3>
<View className="mx-4 mt-8">
<Heading3>{t( "Research-Grade-Status" )}</Heading3>
<Body3 className="mt-3">{qualityGradeText()}</Body3>
</View>
);
};
Expand Down

0 comments on commit 247db38

Please sign in to comment.