@thecb/components 10.2.4-beta.0 → 10.2.4-beta.1
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.esm.js
CHANGED
|
@@ -12938,7 +12938,7 @@ var ButtonWithAction = /*#__PURE__*/forwardRef(function (_ref2, ref) {
|
|
|
12938
12938
|
variant: themeValues.fontSizeVariant,
|
|
12939
12939
|
color: themeValues.color,
|
|
12940
12940
|
textWrap: textWrap,
|
|
12941
|
-
extraStyles: textExtraStyles
|
|
12941
|
+
extraStyles: disabled ? textExtraStyles + disabledStyles : textExtraStyles
|
|
12942
12942
|
}, text)));
|
|
12943
12943
|
});
|
|
12944
12944
|
|