@thecb/components 7.13.3-beta.7 → 7.13.3-beta.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thecb/components",
3
- "version": "7.13.3-beta.7",
3
+ "version": "7.13.3-beta.8",
4
4
  "description": "Common lib for CityBase react components",
5
5
  "main": "dist/index.cjs.js",
6
6
  "typings": "dist/index.d.ts",
@@ -113,7 +113,7 @@ const CollapsibleSection = ({
113
113
  variants={icon}
114
114
  extraStyles={`display: flex; align-items: center;`}
115
115
  >
116
- <ChevronIcon color={iconColor || inherit} />
116
+ <ChevronIcon color={iconColor || `inherit`} />
117
117
  </Motion>
118
118
  </Cluster>
119
119
  </Box>