diff --git a/ActionButton.js b/ActionButton.js index 0126164..b6c13c9 100644 --- a/ActionButton.js +++ b/ActionButton.js @@ -316,11 +316,11 @@ const styles = StyleSheet.create({ btnShadow: { shadowOpacity: 0.3, shadowOffset: { - width: 0, height: 10, + width: 0, height: 8, }, shadowColor: ‘#000’, shadowRadius: 4, - elevation: 6, + elevation: 8, }, actionsVertical: { flex: 1,