Skip to content

Commit

Permalink
Merge pull request #4476 from LionelVallet/patch-1
Browse files Browse the repository at this point in the history
fix: tree toggler leaf class
  • Loading branch information
tugcekucukoglu committed Sep 20, 2023
2 parents ead3540 + 651299d commit d10d6a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/lib/passthrough/tailwind/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2724,7 +2724,7 @@ export default {
'text-blue-600 hover:bg-white/30': context.selected
},
{
hidden: context.leaf
invisible: context.leaf
}
]
}),
Expand Down

0 comments on commit d10d6a7

Please sign in to comment.