File tree 1 file changed +1
-3
lines changed
docs/storybook/stories/Color/Base 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -226,11 +226,10 @@ export const AllScales = () => {
226
226
< Color color = "lemon" />
227
227
< Color color = "yellow" />
228
228
< Color color = "orange" />
229
- < Color color = "amber" />
230
229
< Color color = "red" />
231
230
< Color color = "coral" />
232
231
< Color color = "pink" />
233
- < Color color = "plumn " />
232
+ < Color color = "plum " />
234
233
< Color color = "purple" />
235
234
< Color color = "brown" />
236
235
< Color color = "auburn" />
@@ -262,7 +261,6 @@ export const Olive = () => <Color color="olive" />
262
261
export const Lemon = ( ) => < Color color = "lemon" />
263
262
export const Yellow = ( ) => < Color color = "yellow" />
264
263
export const Orange = ( ) => < Color color = "orange" />
265
- export const Amber = ( ) => < Color color = "amber" />
266
264
export const Red = ( ) => < Color color = "red" />
267
265
export const Coral = ( ) => < Color color = "coral" />
268
266
export const Pink = ( ) => < Color color = "pink" />
You can’t perform that action at this time.
0 commit comments