From f2b4773572116166a5365410fca95c67dbd0c287 Mon Sep 17 00:00:00 2001 From: Victor Genaev Date: Mon, 18 Dec 2023 11:04:56 +0100 Subject: [PATCH] fix(ButtonPrimitive): add missing shrink-0 and grow-0 --- .../orbit-components/src/primitives/ButtonPrimitive/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/orbit-components/src/primitives/ButtonPrimitive/index.tsx b/packages/orbit-components/src/primitives/ButtonPrimitive/index.tsx index a9b6177ecd..05f157f0f5 100644 --- a/packages/orbit-components/src/primitives/ButtonPrimitive/index.tsx +++ b/packages/orbit-components/src/primitives/ButtonPrimitive/index.tsx @@ -160,6 +160,7 @@ const ButtonPrimitive = React.forwardRef*]:align-middle [&_.orbit-loading-spinner]:stroke-[currentColor]", + "flex-none", fullWidth && "w-full", centered || children == null ? "justify-center"