We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1602ab commit b92a28cCopy full SHA for b92a28c
1 file changed
src/embedded/components/IterableEmbeddedView.tsx
@@ -69,7 +69,7 @@ export interface IterableEmbeddedViewProps
69
*
70
* // The config is used to style the component.
71
* // See `IterableEmbeddedViewConfig` for available config options.
72
- * const config = { backgroundColor: '#FFFFFF', borderRadius: 8 };
+ * const config = { backgroundColor: '#FFFFFF', borderCornerRadius: 8 };
73
74
* // `onButtonClick` will be called when a button is clicked.
75
* // This callback allows you to add custom logic in addition to the SDK's default handling.
0 commit comments