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,