We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ec159e commit 8471fb9Copy full SHA for 8471fb9
docs/app/components/theme-picker/ThemePicker.vue
@@ -111,7 +111,7 @@ function setBlackAsPrimary(value: boolean) {
111
v-for="color in neutralColors"
112
:key="color"
113
:label="color"
114
- :chip="color"
+ :chip="color === 'neutral' ? 'old-neutral' : color"
115
:selected="neutral === color"
116
@click="neutral = color"
117
/>
0 commit comments