We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e130e2e commit 1b01ceeCopy full SHA for 1b01cee
src/components/panel/panel.js
@@ -32,7 +32,7 @@ Panel.propTypes = {
32
...modifiers.propTypes,
33
className: PropTypes.string,
34
renderAs: renderAsShape,
35
- colors: PropTypes.oneOf([null, '', ...Object.values(CONSTANTS.COLORS)]),
+ color: PropTypes.oneOf([null, '', ...Object.values(CONSTANTS.COLORS)]),
36
};
37
38
Panel.defaultProps = {
0 commit comments