Skip to content

Commit 18c4c8e

Browse files
committed
Revert "style(android): borderless touchHighlight"
This reverts commit cfed492.
1 parent faaa050 commit 18c4c8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Button.android.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const {
88
const Button = (props) => {
99
return <TouchableNativeFeedback
1010
delayPressIn={0}
11-
background={TouchableNativeFeedback.SelectableBackgroundBorderless()} // eslint-disable-line new-cap
11+
background={TouchableNativeFeedback.SelectableBackground()} // eslint-disable-line new-cap
1212
{...props}
1313
>
1414
{props.children}

0 commit comments

Comments
 (0)