diff --git a/extensions/vscode/webviews/homeView/src/components/tree/TreeItem.vue b/extensions/vscode/webviews/homeView/src/components/tree/TreeItem.vue index d38e68895..5a5f6bef5 100644 --- a/extensions/vscode/webviews/homeView/src/components/tree/TreeItem.vue +++ b/extensions/vscode/webviews/homeView/src/components/tree/TreeItem.vue @@ -4,6 +4,7 @@ :class="{ 'align-icon-with-twisty': alignIconWithTwisty, collapsible: $slots.default, + 'text-list-emphasized': listStyle === 'emphasized', 'text-foreground': listStyle === 'default', 'text-list-deemphasized': listStyle === 'deemphasized', }" @@ -60,7 +61,7 @@