From a3da489aeaec996938c21f38b3f76e6fd12fbab7 Mon Sep 17 00:00:00 2001 From: Jordan Phillips Date: Sun, 21 Apr 2024 16:51:29 +1000 Subject: [PATCH] fix(button): pass size prop into spinner --- packages/react/src/components/button/Button.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react/src/components/button/Button.tsx b/packages/react/src/components/button/Button.tsx index a92f137..9f8fd28 100644 --- a/packages/react/src/components/button/Button.tsx +++ b/packages/react/src/components/button/Button.tsx @@ -51,7 +51,7 @@ const Component: ComponentType = React.forwardRef( return ( - {isLoading && } + {isLoading && } {children}