diff --git a/squarenotsquare/src/themes/Metrics.js b/squarenotsquare/src/themes/Metrics.js index 4138996..58b3afa 100644 --- a/squarenotsquare/src/themes/Metrics.js +++ b/squarenotsquare/src/themes/Metrics.js @@ -42,7 +42,8 @@ class AppMetrics { } this.margins = { - default: this.normalize(5) + default: this.normalize(5), + buttonMargin: this.normalize(20) } this.buttons = { @@ -50,6 +51,10 @@ class AppMetrics { menuButton: { height: this.normalize(30), width: this.screenWidth * 0.7 + }, + answerButton: { + width: this.normalize(40), + height: this.normalize(40) } }