Skip to content

Commit b92a28c

Browse files
lposenCopilot
andauthored
Update src/embedded/components/IterableEmbeddedView.tsx
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent a1602ab commit b92a28c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/embedded/components/IterableEmbeddedView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ export interface IterableEmbeddedViewProps
6969
*
7070
* // The config is used to style the component.
7171
* // See `IterableEmbeddedViewConfig` for available config options.
72-
* const config = { backgroundColor: '#FFFFFF', borderRadius: 8 };
72+
* const config = { backgroundColor: '#FFFFFF', borderCornerRadius: 8 };
7373
*
7474
* // `onButtonClick` will be called when a button is clicked.
7575
* // This callback allows you to add custom logic in addition to the SDK's default handling.

0 commit comments

Comments
 (0)