Skip to content

Commit 8471fb9

Browse files
committed
docs(ThemePicker): wrong neutral color
1 parent 9ec159e commit 8471fb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/app/components/theme-picker/ThemePicker.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ function setBlackAsPrimary(value: boolean) {
111111
v-for="color in neutralColors"
112112
:key="color"
113113
:label="color"
114-
:chip="color"
114+
:chip="color === 'neutral' ? 'old-neutral' : color"
115115
:selected="neutral === color"
116116
@click="neutral = color"
117117
/>

0 commit comments

Comments
 (0)