how to add color to theme react code example
Example 1: create react app theme_color
npm run styleguide
Example 2: create react app theme_color
"scripts": {
+ "styleguide": "styleguidist server",
+ "styleguide:build": "styleguidist build",
"start": "react-scripts start",