From da55313a1b257758d878e0aae0588ca10ecb40f9 Mon Sep 17 00:00:00 2001 From: Tim Glasgow Date: Mon, 1 Aug 2022 00:14:39 -0500 Subject: [PATCH] dark font style --- squarenotsquare/src/screens/styles/AppStyles.js | 1 + 1 file changed, 1 insertion(+) 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},