Browse Source

drop shadows

pull/8/head
Tim Glasgow 2 years ago
parent
commit
0a5b60aed6
  1. 11
      squarenotsquare/src/screens/styles/AppStyles.js

11
squarenotsquare/src/screens/styles/AppStyles.js

@ -33,6 +33,17 @@ export const styles = StyleSheet.create({
left: 0,
right: 0,
},
dropShadow: {
elevation: Metrics.shadows.elevation,
shadowOffset: {
width: Metrics.shadows.offsetWidth,
height: Metrics.shadows.offsetHeight
},
shadowColor: Colors.material.dark,
shadowOpacity: Metrics.shadows.opacity,
shadowRadius: Metrics.shadows.radius
},
spaceBetween: {justifyContent: 'space-between'},
spaceEvenly: {justifyContent: 'space-evenly'},

Loading…
Cancel
Save