Browse Source

shadow metrics

pull/8/head
Tim Glasgow 2 years ago
parent
commit
0f69d2db57
  1. 10
      squarenotsquare/src/themes/Metrics.js

10
squarenotsquare/src/themes/Metrics.js

@ -16,11 +16,11 @@ class AppMetrics {
}
this.shadows = {
elevation: 10,
offsetWidth: 10,
offsetHeight: 10,
opacity: 1,
radius: 0
elevation: 5,
offsetWidth: 5,
offsetHeight: 5,
opacity: 0.5,
radius: 5
}
this.screenSections = {

Loading…
Cancel
Save