Right now, we're using a `btn--small@next` class to style a small button. Once #1541 is resolved, we need to 1. Rename the style from `btn--small@next` to `btn--small` 2. Change the assigned className in `/components/buttons/small.js` 3. test and update snapshots
Right now, we're using a
btn--small@nextclass to style a small button.Once #1541 is resolved, we need to
btn--small@nexttobtn--small/components/buttons/small.js