Change bubble size

Add this code to the Custom CSS field on the Settings tab of your Accessibility widget’s settings:

[class*="FloatingButton__FloatingButtonContainer-sc"] button {
transform: scale(1.3);
}
1 Like