We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ca4041 commit a033322Copy full SHA for a033322
views/components/touchable.js
@@ -30,7 +30,7 @@ export const Touchable = ({
30
default:
31
case 'ios': {
32
const Component = highlight ? TouchableHighlight : TouchableOpacity
33
- const innerProps = highlight ? {underlayColor: '#ebebeb'} : {activeOpacity: 0.65}
+ const innerProps = highlight ? {underlayColor: '#d9d9d9'} : {activeOpacity: 0.65}
34
return (
35
<Component onPress={onPress} {...innerProps} {...props}>
36
{content}
0 commit comments