Skip to content

Commit

Permalink
Add background color to Button raised for android to calculate elevat…
Browse files Browse the repository at this point in the history
…ion. Fixes #491
  • Loading branch information
iRoachie committed Jul 18, 2017
1 parent d411a57 commit c5638f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/buttons/Button.js
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,7 @@ const stylesObject = {
shadowRadius: 1,
},
android: {
backgroundColor: '#fff',
elevation: 2,
},
}),
Expand Down

0 comments on commit c5638f1

Please sign in to comment.