From ebf0508d9a6c5112083267f2c4445637f7ebee83 Mon Sep 17 00:00:00 2001 From: Carina Wollendorfer <30310907+CarinaWolli@users.noreply.github.com> Date: Mon, 2 Feb 2026 12:40:42 +0100 Subject: [PATCH] fix icon on button (#27502) Co-authored-by: CarinaWolli --- packages/ui/components/button/Button.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ui/components/button/Button.tsx b/packages/ui/components/button/Button.tsx index f5810ce570..8ac50e6faf 100644 --- a/packages/ui/components/button/Button.tsx +++ b/packages/ui/components/button/Button.tsx @@ -306,7 +306,7 @@ export const Button = forwardRef {variant === "fab" ? ( <> - + ) : (