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 = { this.shadows = {
elevation: 10, elevation: 5,
offsetWidth: 10, offsetWidth: 5,
offsetHeight: 10, offsetHeight: 5,
opacity: 1, opacity: 0.5,
radius: 0 radius: 5
} }
this.screenSections = { this.screenSections = {

Loading…
Cancel
Save