@thecb/components 10.6.4-beta.4 → 10.6.4-beta.5
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/dist/index.cjs.js
CHANGED
|
@@ -46410,7 +46410,7 @@ var IconsModule = function IconsModule(_ref) {
|
|
|
46410
46410
|
color: themeValues.singleIconColor
|
|
46411
46411
|
})));
|
|
46412
46412
|
};
|
|
46413
|
-
var IconModule = themeComponent(IconsModule, "Icon", fallbackValues$2);
|
|
46413
|
+
var IconModule = themeComponent(IconsModule, "Icon", fallbackValues$2, "primary");
|
|
46414
46414
|
|
|
46415
46415
|
var TitleModule = function TitleModule(_ref) {
|
|
46416
46416
|
var title = _ref.title,
|