We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b37c667 commit a60163cCopy full SHA for a60163c
packages/@core/ui-kit/shadcn-ui/src/ui/tree/tree.vue
@@ -248,7 +248,7 @@ defineExpose({
248
!disabled && onToggle(item);
249
}
250
"
251
- class="tree-node focus:ring-grass8 ring-primary my-0.5 flex items-center rounded px-2 py-1 outline-none focus:ring-2"
+ class="tree-node focus:ring-grass8 my-0.5 flex items-center rounded px-2 py-1 outline-none focus:ring-2"
252
>
253
<ChevronRight
254
v-if="item.hasChildren"
0 commit comments