@wireapp/react-ui-kit 9.3.2 → 9.3.3
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/lib/Form/Checkbox.js +1 -1
- package/package.json +2 -2
package/lib/Form/Checkbox.js
CHANGED
|
@@ -83,7 +83,7 @@ const StyledLabel = (_a) => {
|
|
|
83
83
|
}
|
|
84
84
|
: {
|
|
85
85
|
border: `2px solid ${theme.Checkbox.disableBorderColor}`,
|
|
86
|
-
})), { borderRadius: '3px', boxSizing: 'border-box', content: '""', display: 'inline-block',
|
|
86
|
+
})), { borderRadius: '3px', boxSizing: 'border-box', content: '""', display: 'inline-block', minWidth: '22px', height: '22px', lineHeight: '1.4rem', margin: '0 8px 0 0px', color: theme.general.color }) }), (labelBeforeCheckbox && {
|
|
87
87
|
flexDirection: 'row-reverse',
|
|
88
88
|
justifyContent: 'space-between',
|
|
89
89
|
})), { alignItems: 'center', position: 'relative', margin: '0 0 0 -16px', width: aligncenter ? 'auto' : '100%', lineHeight: '1.4rem', display: 'flex', opacity: disabled ? 0.56 : 1, cursor: disabled ? 'not-allowed' : 'pointer', borderRadius: '4px' })) }, props, { children: [children, (0, jsx_runtime_1.jsx)("svg", Object.assign({ width: "15", height: "13", viewBox: "0 0 16 13", xmlns: "http://www.w3.org/2000/svg" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M5.65685 12.0711L15.9842 1.62738L14.57 0.213167L5.65685 9.24264L1.41421 5L0 6.41421L5.65685 12.0711Z" }) }))] })));
|
package/package.json
CHANGED