Change size of bubble icon

Add this code to the Custom CSS field on the General tab of your AI Chatbot widget’s settings:

[class*='ButtonBase__ButtonIcon-sc'],
[class*='ButtonBase__ButtonIcon-sc'] svg {
width: 48px !important;
height: 48px !important;
}
1 Like