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 8e64a76 commit f04aaa6Copy full SHA for f04aaa6
src/components/UserMenu.vue
@@ -50,7 +50,7 @@ const items = computed<DropdownMenuItem[][]>(() => ([[{
50
}, {
51
label: 'Neutral',
52
slot: 'chip',
53
- chip: appConfig.ui.colors.neutral,
+ chip: appConfig.ui.colors.neutral === 'neutral' ? 'old-neutral' : appConfig.ui.colors.neutral,
54
content: {
55
align: 'end',
56
collisionPadding: 16
0 commit comments