Fix color naming

This commit is contained in:
mashazyu
2020-03-23 14:49:46 +01:00
committed by Sofiya Tepikin
parent 4f30db69f3
commit 6fb1c7cce9
3 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ AppText.propTypes = {
const styles = StyleSheet.create({
text: {
color: Colors.grey,
color: Colors.greyDark,
...Typography.mainText
}
})