temperature screen styling update

This commit is contained in:
mashazyu
2019-03-18 23:17:55 +01:00
committed by Sofiya Tepikin
parent a4545fedcf
commit c22bff5948
7 changed files with 133 additions and 100 deletions
@@ -20,9 +20,11 @@ export default class SymptomSection extends Component {
flex={1}
alignItems={p.inline ? 'center' : null}
>
<View flex={1}>
<AppText>{p.explainer}</AppText>
</View>
{ p.explainer && (
<View flex={1}>
<AppText>{p.explainer}</AppText>
</View>
)}
{p.children}
</View>
</View>