Change border radius of the chat bubble

Add the code below to Custom CSS field on your Chat widget’s Appearance tab:

[class*='Bubble__BubbleComponent-sc'] {
border-radius: 4px !important;
}

span[class*='ButtonBase__Overlay-sc'] {
border-radius: unset !important;
}
1 Like