Skip to content

Commit a35c5b4

Browse files
committed
fix: build fix
1 parent f1e8116 commit a35c5b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/design-tokens/web/properties/palette.json5

+2-2
Original file line numberDiff line numberDiff line change
@@ -355,8 +355,8 @@
355355
},
356356
grey: {
357357
'0': { value: 'hsla(229, 15%, 0%, 100%)' },
358-
'0-A0': { value: 'hsla(229, 15%, 0%, 0%)' },
359-
'0-A8': { value: 'hsla(229, 15%, 0%, 8%)' },
358+
'"0-A0"': { value: 'hsla(229, 15%, 0%, 0%)' },
359+
'"0-A8"': { value: 'hsla(229, 15%, 0%, 8%)' },
360360
'1': { value: 'hsla(229, 15%, 1%, 100%)' },
361361
'2': { value: 'hsla(229, 15%, 2%, 100%)' },
362362
'3': { value: 'hsla(229, 15%, 3%, 100%)' },

0 commit comments

Comments
 (0)