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 7d97b9f commit ec62824Copy full SHA for ec62824
src/components/StatusBar/StatusBar.jsx
@@ -40,8 +40,6 @@ const StatusBar = ({ backgroundColor, statusArray, apiRequestStatus, addClass })
40
StatusBar.propTypes = {
41
addClass: PropTypes.string,
42
apiRequestStatus: PropTypes.string.isRequired,
43
- // the webstore is currently configured to only accept 'light' or 'secondary' as the backgroundColor options because of the $custom-colors variable.
44
- // we are not limiting the prop type to only those two strings because the webstore options may expand in the future.
45
backgroundColor: PropTypes.string,
46
statusArray: PropTypes.arrayOf(PropTypes.shape({})).isRequired,
47
}
0 commit comments