Browse Source

game styles

pull/8/head
Tim Glasgow 2 years ago
parent
commit
53aeb2b5ed
  1. 3
      squarenotsquare/src/screens/styles/AppStyles.js

3
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

Loading…
Cancel
Save