@thecb/components 9.3.4-beta.11 → 9.3.4-beta.2
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
|
@@ -49061,7 +49061,7 @@ var RadioSection = function RadioSection(_ref) {
|
|
|
49061
49061
|
openSection: openSection,
|
|
49062
49062
|
toggleOpenSection: toggleOpenSection
|
|
49063
49063
|
}), sectionGroup.indexOf(section) === sectionGroup.length - 1 && groupedSections.indexOf(sectionGroup) !== groupedSections.length - 1 && /*#__PURE__*/React.createElement(SolidDivider$1, {
|
|
49064
|
-
borderSize: "
|
|
49064
|
+
borderSize: "2px" // Resulting line is 2px thick due to border from other element
|
|
49065
49065
|
,
|
|
49066
49066
|
color: themeValues.borderColor
|
|
49067
49067
|
}));
|