@@ -25,7 +25,7 @@ function App() {
25
25
accentColor : '#14B8A6' , // Default teal accent
26
26
ctaButtonColor : '#000000' , // Default black for buttons
27
27
ctaButtonTextColor : '#ffffff' , // Default white for button text
28
- radius : 'large' ,
28
+ borderRadius : 'large' ,
29
29
size : 'full' ,
30
30
position : 'bottom-right' ,
31
31
title : 'TALK WITH AI' ,
@@ -70,7 +70,7 @@ function App() {
70
70
`accent-color="${ config . accentColor } "` ,
71
71
`cta-button-color="${ config . ctaButtonColor } "` ,
72
72
`cta-button-text-color="${ config . ctaButtonTextColor } "` ,
73
- `radius="${ config . radius } "` ,
73
+ `border- radius="${ config . borderRadius } "` ,
74
74
`size="${ config . size } "` ,
75
75
`position="${ config . position } "` ,
76
76
`title="${ config . title } "` ,
@@ -189,7 +189,7 @@ function App() {
189
189
accentColor = { config . accentColor }
190
190
ctaButtonColor = { config . ctaButtonColor }
191
191
ctaButtonTextColor = { config . ctaButtonTextColor }
192
- radius = { config . radius }
192
+ borderRadius = { config . borderRadius }
193
193
size = { config . size }
194
194
title = { config . title }
195
195
startButtonText = { config . startButtonText }
0 commit comments