Skip to content
Snippets Groups Projects
Commit 563a5a18 authored by emelko's avatar emelko
Browse files

Give this framed segment bottom margin, since it's only one segment

parent 324820eb
No related branches found
No related tags found
No related merge requests found
...@@ -25,7 +25,10 @@ export default class InfoSymptom extends Component { ...@@ -25,7 +25,10 @@ export default class InfoSymptom extends Component {
return ( return (
<ScrollView> <ScrollView>
<FramedSegment title={labels[currentSymptom].title}> <FramedSegment
style={styles.framedSegmentLast}
title={labels[currentSymptom].title}
>
<Hyperlink linkStyle={styles.link} linkText={replace} linkDefault> <Hyperlink linkStyle={styles.link} linkText={replace} linkDefault>
<AppText>{labels[currentSymptom].text}</AppText> <AppText>{labels[currentSymptom].text}</AppText>
</Hyperlink> </Hyperlink>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment