v29.23.0
Minor Changes
-
Button, ButtonLink, ButtonRenderer, Actions: Add
sizeprop, supportsmallsize (#879)You can now render smaller variants of button/action elements by setting the
sizeprop tosmall.EXAMPLE USAGE
Small Button
<Button size="small">Small Button</Button>
Small Actions
<Actions size="small"> <Button>Regular Button</Button> <Button weight="weak">Weak Button</Button> <TextLink href="#">TextLink</TextLink> </Actions>
Patch Changes
- Button, ButtonLink, ButtonRenderer: Reduce horizontal padding of
standardsize fromguttertomedium(#879)