diff --git a/squarenotsquare/src/screens/styles/AppStyles.js b/squarenotsquare/src/screens/styles/AppStyles.js index 1fee9d5..2ac49d9 100644 --- a/squarenotsquare/src/screens/styles/AppStyles.js +++ b/squarenotsquare/src/screens/styles/AppStyles.js @@ -50,6 +50,7 @@ export const styles = StyleSheet.create({ subFont: {fontSize: Fonts.subFont.size}, italic: {fontStyle: 'italic'}, + darkText: {color: Colors.fonts.dark}, greyText: {color: Colors.material.grey600}, redText: {color: Colors.material.red800}, blueText: {color: Colors.material.blue400},