Browse Source

button metrics

pull/8/head
Tim Glasgow 2 years ago
parent
commit
50031bc249
  1. 7
      squarenotsquare/src/themes/Metrics.js

7
squarenotsquare/src/themes/Metrics.js

@ -42,7 +42,8 @@ class AppMetrics {
} }
this.margins = { this.margins = {
default: this.normalize(5) default: this.normalize(5),
buttonMargin: this.normalize(20)
} }
this.buttons = { this.buttons = {
@ -50,6 +51,10 @@ class AppMetrics {
menuButton: { menuButton: {
height: this.normalize(30), height: this.normalize(30),
width: this.screenWidth * 0.7 width: this.screenWidth * 0.7
},
answerButton: {
width: this.normalize(40),
height: this.normalize(40)
} }
} }

Loading…
Cancel
Save