From 3b5f9adcd146cb1a75cb53a9546516252b72eaba Mon Sep 17 00:00:00 2001 From: Chirag Arora Date: Thu, 24 Oct 2024 05:05:49 +0530 Subject: [PATCH] fix: button size in all modals to size "sm" (#3799) Co-authored-by: Johannes <72809645+jobenjada@users.noreply.github.com> --- packages/ui/components/Button/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ui/components/Button/index.tsx b/packages/ui/components/Button/index.tsx index b7cebd97d4..b52d6fa720 100644 --- a/packages/ui/components/Button/index.tsx +++ b/packages/ui/components/Button/index.tsx @@ -35,7 +35,7 @@ export const Button: React.ForwardRefExoticComponent< const { loading = false, variant = "primary", - size = "base", + size = "sm", StartIcon, startIconClassName, endIconClassName,