diff --git a/squarenotsquare/src/screens/styles/AppStyles.js b/squarenotsquare/src/screens/styles/AppStyles.js index 45d342a..303039b 100644 --- a/squarenotsquare/src/screens/styles/AppStyles.js +++ b/squarenotsquare/src/screens/styles/AppStyles.js @@ -76,8 +76,10 @@ export const styles = StyleSheet.create({ height: Metrics.images.splashLogo.height }, - smallMargin: { - margin: Metrics.margins.default + smallMargin: {margin: Metrics.margins.default}, + buttonMargin: { + marginBottom: Metrics.margins.buttonMargin, + marginTop: Metrics.margins.buttonMargin }, footer: { @@ -93,6 +95,12 @@ export const styles = StyleSheet.create({ height: Metrics.buttons.menuButton.height }, + answerButton: { + borderRadius: Metrics.buttons.borderRadius, + width: Metrics.buttons.answerButton.width, + height: Metrics.buttons.answerButton.height + }, + settingsContainer: { zIndex: 1000, width: Metrics.icons.buttonIcon,