From 125f11fc737f70ec9324798245787f44198e3bd4 Mon Sep 17 00:00:00 2001 From: Ceciliadrc <145673389+Ceciliadrc@users.noreply.github.com> Date: Wed, 19 Feb 2025 15:16:22 +0100 Subject: [PATCH] fix(button): fix for className (#4604) --- platform/ui-next/src/components/Button/Button.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/ui-next/src/components/Button/Button.tsx b/platform/ui-next/src/components/Button/Button.tsx index c8a2ed602..8a8de6346 100644 --- a/platform/ui-next/src/components/Button/Button.tsx +++ b/platform/ui-next/src/components/Button/Button.tsx @@ -42,7 +42,7 @@ const Button = React.forwardRef( const Comp = asChild ? Slot : 'button'; return (