From 067a00bd9f2fdaa6691098fa3bcdec22e5dd6abd Mon Sep 17 00:00:00 2001 From: Timur Ercan Date: Fri, 24 Feb 2023 11:10:30 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20icon=20button=20with=20text?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/ui/components/button/IconButton.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/ui/components/button/IconButton.tsx b/packages/ui/components/button/IconButton.tsx index 4ad514f83..e58dea539 100644 --- a/packages/ui/components/button/IconButton.tsx +++ b/packages/ui/components/button/IconButton.tsx @@ -28,6 +28,7 @@ export function IconButton(props: any) { ) : ( "" )} + {props.children} ) : (