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 (
|
||||
<ScrollView>
|
||||
<FramedSegment title={labels[currentSymptom].title}>
|
||||
<FramedSegment
|
||||
style={styles.framedSegmentLast}
|
||||
title={labels[currentSymptom].title}
|
||||
>
|
||||
<Hyperlink linkStyle={styles.link} linkText={replace} linkDefault>
|
||||
<AppText>{labels[currentSymptom].text}</AppText>
|
||||
</Hyperlink>
|
||||
|
||||
Reference in New Issue
Block a user