Give this framed segment bottom margin, since it's only one segment
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user