Skip to content

Commit 46b7cfa

Browse files
committed
Update borderless button default config
1 parent 508dc2d commit 46b7cfa

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

packages/react-native-gesture-handler/src/v3/components/GestureButtons.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,8 @@ export const BorderlessButton = (props: BorderlessButtonProps) => {
155155

156156
return (
157157
<AnimatedBaseButton
158+
borderless
159+
foreground
158160
{...rest}
159161
onActiveStateChange={onActiveStateChange}
160162
style={[style, Platform.OS === 'ios' && { opacity }]}>

0 commit comments

Comments
 (0)