Skip to content

Commit 6cfafa9

Browse files
dakshbhardwajlukewalczak
authored andcommitted
fix: button ripple radius (#3388)
1 parent ac19e83 commit 6cfafa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Button.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ const Button = ({
243243
};
244244
const touchableStyle = {
245245
borderRadius: style
246-
? ((StyleSheet.flatten(style) || {}) as ViewStyle).borderRadius ||
246+
? ((StyleSheet.flatten(style) || {}) as ViewStyle).borderRadius ??
247247
roundness
248248
: roundness,
249249
};

0 commit comments

Comments
 (0)