How to customize Button UI component in Magento 2
To add custom CSS style to button UI component you need to add buttonClasses configuration option to the component. additionalClasses option does not work for buttons. [crayon-603b956f83900113295165/] To add custom CSS…