Skip to content

Commit

Permalink
Update .storybook/preview.js
Browse files Browse the repository at this point in the history
Co-authored-by: JBWatenbergScality <[email protected]>
  • Loading branch information
1 parent 6c4b399 commit 6c554de
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .storybook/preview.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6c554de

Please sign in to comment.