diff --git a/.storybook/preview.js b/.storybook/preview.js index 6d3b856d27..807b0b45f2 100644 --- a/.storybook/preview.js +++ b/.storybook/preview.js @@ -37,7 +37,6 @@ export const parameters = { controls:{ //All props with color in name will automatically have a control 'color' //with colors presets to theme colors, possible to have the color name from theme in control - // presetColors: Object.values(brand), presetColors: Object.entries(brand).map(color => {return {color: color[1],title:color[0] }}), matchers:{ color: /color/i