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
Next Next commit
Increased size of shadow on iOS, changed shadow color to black
  • Loading branch information
Iris Chang committed Oct 26, 2016
commit e5dc53d1f6c087613c1ff55b0e619d701ec6bf8a
8 changes: 4 additions & 4 deletions ActionButton.js
Original file line number Diff line number Diff line change
Expand Up @@ -314,12 +314,12 @@ const styles = StyleSheet.create({
position: 'relative',
},
btnShadow: {
shadowOpacity: 0.5,
shadowOpacity: 0.3,
shadowOffset: {
width: 0, height: 0,
width: 0, height: 10,
},
shadowColor: '#666',
shadowRadius: 1,
shadowColor: ‘#000’,
shadowRadius: 4,
elevation: 6,
},
actionsVertical: {
Expand Down