Remove btn-sm class from button.scss
The btn-sm class is a deprecated shared class that provides specific styling for smaller buttons. We should migrate the non-Pajamas compliant components that use this class to their Pajamas compliant counterparts or use Tailwind utilities to achieve similar styling. If there are no more references to the class, we can completely remove it.
issue