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.
borderless
GenericPressable
1 parent 7dc5577 commit f06af7aCopy full SHA for f06af7a
packages/render-html/src/GenericPressable.tsx
@@ -18,7 +18,10 @@ export default function GenericPressable({
18
useSharedProps();
19
if (UserProvidedPressable) {
20
return (
21
- <UserProvidedPressable style={style} {...(otherProps as any)}>
+ <UserProvidedPressable
22
+ style={style}
23
+ borderless={borderless}
24
+ {...(otherProps as any)}>
25
{children}
26
</UserProvidedPressable>
27
);
0 commit comments