Skip to content

Commit

Permalink
Merge pull request #157 from anchorchat/ripple-color
Browse files Browse the repository at this point in the history
Changed default rippleColor.
  • Loading branch information
Sjaak Luthart committed Aug 15, 2018
2 parents 72adcca + 7a90945 commit 9fe87b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/touchable/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const propTypes = {
};

const defaultProps = {
rippleColor: '#B2B2B2',
rippleColor: '#E6E6E6',
underlayColor: '#F8F8F8',
borderlessRipple: false,
opacity: false
Expand Down

0 comments on commit 9fe87b9

Please sign in to comment.