Skip to content

Commit ab8fe1b

Browse files
committed
chore: improve module graph indicator UI
1 parent 8a3a6a9 commit ab8fe1b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/devtools-vite/src/app/components/modules

packages/devtools-vite/src/app/components/modules/Graph.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ onMounted(() => {
472472
@click.stop="toggleNode(node.data.module.id)"
473473
>
474474
<div
475-
class="text-primary"
475+
class="text-primary h-4"
476476
:class="[
477477
node.data.expanded ? 'i-ph-minus' : 'i-ph-plus',
478478
]"

0 commit comments

Comments
 (0)