vitamin-compose icon indicating copy to clipboard operation
vitamin-compose copied to clipboard

Remove small size for the button

Open GerardPaligot opened this issue 2 years ago • 0 comments

Describe the bug

In the Figma specification, there isn't small size for the Button component.

To Reproduce

VitaminButtons.Primary(
  /* other parameters */
  sizes = VitaminButtonSizes.small()
)

Expected behavior

Only medium and large sizes available

GerardPaligot avatar Aug 08 '22 08:08 GerardPaligot