@sinco/react 1.1.2-rc.87 → 1.1.2-rc.88
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/index.esm.js +1 -0
- package/package.json +1 -1
package/index.esm.js
CHANGED
|
@@ -14529,6 +14529,7 @@ var CardRadio = function CardRadio(_ref) {
|
|
|
14529
14529
|
return isActive ? color === 'primary' ? '#2063A0' : '#00BCD4' : '#0000001F';
|
|
14530
14530
|
};
|
|
14531
14531
|
return React__default.createElement(React__default.Fragment, null, React__default.createElement(Stack$1, {
|
|
14532
|
+
minWidth: 160,
|
|
14532
14533
|
"data-testid": "card-radio",
|
|
14533
14534
|
padding: '8px 16px',
|
|
14534
14535
|
borderRadius: 1,
|