Skip to content

Commit 5f08d42

Browse files
fix: button ripple radius (#3388)
1 parent 0ceae7c commit 5f08d42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Button/Button.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ const Button = ({
253253
};
254254
const touchableStyle = {
255255
borderRadius: style
256-
? ((StyleSheet.flatten(style) || {}) as ViewStyle).borderRadius ||
256+
? ((StyleSheet.flatten(style) || {}) as ViewStyle).borderRadius ??
257257
borderRadius
258258
: borderRadius,
259259
};

0 commit comments

Comments
 (0)