From 53aeb2b5eda80e874f4efda6e340be4d80f6c7f5 Mon Sep 17 00:00:00 2001 From: Tim Glasgow Date: Fri, 5 Aug 2022 22:49:07 -0500 Subject: [PATCH] game styles --- squarenotsquare/src/screens/styles/AppStyles.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/squarenotsquare/src/screens/styles/AppStyles.js b/squarenotsquare/src/screens/styles/AppStyles.js index 089f472..3ae74b4 100644 --- a/squarenotsquare/src/screens/styles/AppStyles.js +++ b/squarenotsquare/src/screens/styles/AppStyles.js @@ -69,6 +69,8 @@ export const styles = StyleSheet.create({ body: {backgroundColor: Colors.material.grey400}, lightBackground: {backgroundColor: Colors.material.light}, green: {backgroundColor: Colors.material.green400}, + yellow: {backgroundColor: Colors.material.yellow600}, + red: {backgroundColor: Colors.material.red800}, darkGreen: {backgroundColor: Colors.material.green400dark}, dark: {backgroundColor: Colors.material.dark}, @@ -78,6 +80,7 @@ export const styles = StyleSheet.create({ }, smallMargin: {margin: Metrics.margins.default}, + gameStart: {margin: Metrics.margins.gameStartMargin}, buttonMargin: { marginBottom: Metrics.margins.buttonMargin, marginTop: Metrics.margins.buttonMargin