Resolve "Stats"

This commit is contained in:
Maria Zadnepryanets
2020-12-20 19:11:03 +00:00
committed by bl00dymarie
parent d375645316
commit d25af176d3
5 changed files with 26 additions and 20 deletions
+4 -1
View File
@@ -99,7 +99,7 @@ class Home extends Component {
{phase && (
<View style={styles.line}>
<Asterisk />
<AppText linkStyle={styles.whiteText}>
<AppText linkStyle={styles.whiteText} style={styles.greyText}>
{statusText}
</AppText>
</View>
@@ -147,6 +147,9 @@ const styles = StyleSheet.create({
},
whiteText: {
color: 'white',
},
greyText: {
color: Colors.greyLight,
}
})