diff --git a/squarenotsquare/src/screens/styles/AppStyles.js b/squarenotsquare/src/screens/styles/AppStyles.js index 2ac49d9..2120d01 100644 --- a/squarenotsquare/src/screens/styles/AppStyles.js +++ b/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'},