Merge branch 'fonts-on-home-screen' into 'master'
Use same font for more, less and phase. See merge request bloodyhealth/drip!150
This commit is contained in:
+4
-4
@@ -118,9 +118,9 @@ export default class Home extends Component {
|
|||||||
</AppTextLight>
|
</AppTextLight>
|
||||||
</View>
|
</View>
|
||||||
{this.state.phase &&
|
{this.state.phase &&
|
||||||
<AppTextLight>
|
<AppText>
|
||||||
{`${labels.phase(this.state.phase)} (${this.state.status})`}
|
{`${labels.phase(this.state.phase)} (${this.state.status})`}
|
||||||
</AppTextLight>
|
</AppText>
|
||||||
}
|
}
|
||||||
{this.state.showMore &&
|
{this.state.showMore &&
|
||||||
<AppText styles={styles.paragraph}>
|
<AppText styles={styles.paragraph}>
|
||||||
@@ -147,7 +147,7 @@ export default class Home extends Component {
|
|||||||
}]}
|
}]}
|
||||||
>
|
>
|
||||||
<View style={{alignItems: 'center'}}>
|
<View style={{alignItems: 'center'}}>
|
||||||
<AppTextLight>{shared.more}</AppTextLight>
|
<AppText>{shared.more}</AppText>
|
||||||
<Icon name='chevron-thin-down' />
|
<Icon name='chevron-thin-down' />
|
||||||
</View>
|
</View>
|
||||||
</TouchableHighlight>
|
</TouchableHighlight>
|
||||||
@@ -162,7 +162,7 @@ export default class Home extends Component {
|
|||||||
}]}
|
}]}
|
||||||
>
|
>
|
||||||
<View style={{alignItems: 'center'}}>
|
<View style={{alignItems: 'center'}}>
|
||||||
<AppTextLight>{shared.less}</AppTextLight>
|
<AppText>{shared.less}</AppText>
|
||||||
<Icon name='chevron-thin-down' />
|
<Icon name='chevron-thin-down' />
|
||||||
</View>
|
</View>
|
||||||
</TouchableHighlight>
|
</TouchableHighlight>
|
||||||
|
|||||||
Reference in New Issue
Block a user