Skip to content

Commit

Permalink
(Button) Remove borderRadius change from android disabled style (#1280)
Browse files Browse the repository at this point in the history
  • Loading branch information
msevestre authored and iRoachie committed Jul 5, 2018
1 parent 0f0338f commit 9e8498c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/buttons/Button.js
Original file line number Diff line number Diff line change
Expand Up @@ -187,12 +187,6 @@ const styles = StyleSheet.create({
disabled: {
// grey from designmodo.github.io/Flat-UI/
backgroundColor: '#D1D5D8',
...Platform.select({
android: {
//no elevation
borderRadius: 2,
},
}),
},
title: {
backgroundColor: 'transparent',
Expand Down

0 comments on commit 9e8498c

Please sign in to comment.