@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.cjs.js CHANGED
@@ -49069,7 +49069,7 @@ var RadioSection = function RadioSection(_ref) {
49069
49069
  openSection: openSection,
49070
49070
  toggleOpenSection: toggleOpenSection
49071
49071
  }), sectionGroup.indexOf(section) === sectionGroup.length - 1 && groupedSections.indexOf(sectionGroup) !== groupedSections.length - 1 && /*#__PURE__*/React__default.createElement(SolidDivider$1, {
49072
- borderSize: "1px" // Resulting line is 2px thick due to border from other element
49072
+ borderSize: "2px" // Resulting line is 2px thick due to border from other element
49073
49073
  ,
49074
49074
  color: themeValues.borderColor
49075
49075
  }));