From 651299dff65fa78a1b8f0ba1370aadaf7773ff4a Mon Sep 17 00:00:00 2001 From: Lionel Vallet <67357826+LionelVallet@users.noreply.github.com> Date: Wed, 20 Sep 2023 15:28:48 +0200 Subject: [PATCH] fix: tree toggler leaf class --- components/lib/passthrough/tailwind/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/lib/passthrough/tailwind/index.js b/components/lib/passthrough/tailwind/index.js index 7df932c76..b2f4bb9bf 100644 --- a/components/lib/passthrough/tailwind/index.js +++ b/components/lib/passthrough/tailwind/index.js @@ -2724,7 +2724,7 @@ export default { 'text-blue-600 hover:bg-white/30': context.selected }, { - hidden: context.leaf + invisible: context.leaf } ] }),