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;
}
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;
}