diff --git a/lib/buttons.tsx b/lib/buttons.tsx index 2076332..557f701 100644 --- a/lib/buttons.tsx +++ b/lib/buttons.tsx @@ -64,6 +64,7 @@ const ButtonInternal: FC< className, icon, inline, + textOverflow = 'ellipsis', children, ...props }) => ( @@ -78,7 +79,6 @@ const ButtonInternal: FC< className, )} space="nano" - textOverflow="ellipsis" {...props} > {icon && ( @@ -89,6 +89,7 @@ const ButtonInternal: FC< {children}