Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Increased elevation in Android as well. Reduced height offset in iOS …
…from 10 to 8.
  • Loading branch information
Iris Chang committed Oct 27, 2016
commit 115c6a6ae7668f4ad956de99e1a8ad7afea31a72
4 changes: 2 additions & 2 deletions ActionButton.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down