From 6f1ef4a79d09077f541c533dc0c710134bec562f Mon Sep 17 00:00:00 2001 From: Jules Belveze <32683010+JulesBelveze@users.noreply.github.com> Date: Fri, 15 Nov 2024 08:51:16 +0100 Subject: [PATCH] [sparkle] - fix: adjust leaf item width in Tree component (#8657) - Change the width of the leaf div from class s-w-4 to s-w-3 for better alignment or visual balance --- sparkle/src/components/Tree.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sparkle/src/components/Tree.tsx b/sparkle/src/components/Tree.tsx index 0837605fe7db..b89c5abe6e34 100644 --- a/sparkle/src/components/Tree.tsx +++ b/sparkle/src/components/Tree.tsx @@ -172,7 +172,7 @@ Tree.Item = function ({ }} /> )} - {type === "leaf" &&
} + {type === "leaf" &&
} {checkbox && }