File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
packages/desktop/modules/layout/components Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -44,19 +44,19 @@ const show = computed(() => !hideSections.value.includes(props.item.id))
44
44
>
45
45
<v-btn
46
46
class =" w-[20px] h-[20px] mr-1 text-xs"
47
- text
48
- size =" none "
47
+ mode = " text"
48
+ size =" sm "
49
49
:class =" [item.children.length && !item.isSection ? 'opacity-100' : 'opacity-0']"
50
50
@click.prevent.stop =" toggle"
51
51
>
52
52
<v-icon :name =" show ? 'chevron-down' : 'chevron-right'" />
53
53
</v-btn >
54
54
<template v-if =" item .isSection " >
55
55
<v-btn
56
- text
57
- size =" px-2 -ml-2 "
56
+ mode = " text"
57
+ size =" sm "
58
58
color =" hover:bg-b-primary/40"
59
- class =" text-t-secondary font-bold"
59
+ class =" text-t-secondary font-bold -ml-4 "
60
60
@click =" toggle"
61
61
>
62
62
{{ item.label }}
You can’t perform that action at this time.
0 commit comments