Skip to content

Commit f87c336

Browse files
committed
fix(UserMenu): add primary color
1 parent cd45c60 commit f87c336

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/components/UserMenu.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ const items = computed<DropdownMenuItem[][]>(() => ([[{
111111
}, {
112112
label: 'Chat',
113113
to: 'https://chat-template.nuxt.dev/',
114+
color: 'primary',
114115
checked: true,
115116
type: 'checkbox'
116117
}, {

0 commit comments

Comments
 (0)