@@ -25,7 +25,7 @@ function App() {
2525 accentColor : '#14B8A6' , // Default teal accent
2626 ctaButtonColor : '#000000' , // Default black for buttons
2727 ctaButtonTextColor : '#ffffff' , // Default white for button text
28- radius : 'large' ,
28+ borderRadius : 'large' ,
2929 size : 'full' ,
3030 position : 'bottom-right' ,
3131 title : 'TALK WITH AI' ,
@@ -70,7 +70,7 @@ function App() {
7070 `accent-color="${ config . accentColor } "` ,
7171 `cta-button-color="${ config . ctaButtonColor } "` ,
7272 `cta-button-text-color="${ config . ctaButtonTextColor } "` ,
73- `radius="${ config . radius } "` ,
73+ `border- radius="${ config . borderRadius } "` ,
7474 `size="${ config . size } "` ,
7575 `position="${ config . position } "` ,
7676 `title="${ config . title } "` ,
@@ -189,7 +189,7 @@ function App() {
189189 accentColor = { config . accentColor }
190190 ctaButtonColor = { config . ctaButtonColor }
191191 ctaButtonTextColor = { config . ctaButtonTextColor }
192- radius = { config . radius }
192+ borderRadius = { config . borderRadius }
193193 size = { config . size }
194194 title = { config . title }
195195 startButtonText = { config . startButtonText }
0 commit comments