From 7e1cd5435f640acb86ba39dd6dd58ef847372dfb Mon Sep 17 00:00:00 2001 From: agnezi Date: Fri, 16 Feb 2024 15:47:52 -0300 Subject: [PATCH] feat: add secondary props --- packages/yoga/src/Heading/web/RightButton.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/yoga/src/Heading/web/RightButton.jsx b/packages/yoga/src/Heading/web/RightButton.jsx index df3c265fe7..b382eff240 100644 --- a/packages/yoga/src/Heading/web/RightButton.jsx +++ b/packages/yoga/src/Heading/web/RightButton.jsx @@ -22,7 +22,7 @@ const ButtonIcon = styled(Button.Icon)` `; const RightButton = ({ onClick, icon, ...props }) => ( - + ); RightButton.propTypes = {