Would be great if we can make the ADA icon bigger
1 Like
Hi there, @Douglas_Bouziane
Thanks for sharing your idea with us! I agree that it would be great to have this option right in the settings.
As for now, you can adjust the size of the button using this code in the Custom CSS field on the Settings tab of your widget’s settings:
[class*="ButtonBase__ButtonContainer-sc"] {
scale: 1.2;
}