Skip to content

Commit c652f48

Browse files
committed
Enable new 950 colors
1 parent e0ee91c commit c652f48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ColorPaletteReference.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export function ColorPaletteReference({ colors }) {
1616
typeof value === 'string'
1717
? [50, 100, 200, 300, 400, 500, 600, 700, 800, 900, 950].map((variant) => ({
1818
name: variant,
19-
value: dlv(colorPalette, [value, variant === 950 ? 900 : variant]),
19+
value: dlv(colorPalette, [value, variant]),
2020
}))
2121
: Object.keys(value).map((name) => ({ name, value: value[name] }))
2222

0 commit comments

Comments
 (0)