dirk-cfx-react 1.0.41 → 1.0.42

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.js CHANGED
@@ -1606,7 +1606,7 @@ function SegmentedControl(props) {
1606
1606
  bg: "rgba(33, 33, 33, 0.6)",
1607
1607
  w: props.w || "fit-content",
1608
1608
  style: {
1609
- borderRadius: props.enableRadius !== false ? theme2.radius.xs : 0,
1609
+ borderRadius: props.enableradius !== false ? theme2.radius.xs : 0,
1610
1610
  overflow: "hidden"
1611
1611
  },
1612
1612
  ...props,