dirk-cfx-react 1.0.41 → 1.0.43
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/components/index.cjs +1 -1
- package/dist/components/index.cjs.map +1 -1
- package/dist/components/index.d.cts +1 -1
- package/dist/components/index.d.ts +1 -1
- package/dist/components/index.js +1 -1
- package/dist/components/index.js.map +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
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.
|
|
1609
|
+
borderRadius: props.roundEdges !== false ? theme2.radius.xs : 0,
|
|
1610
1610
|
overflow: "hidden"
|
|
1611
1611
|
},
|
|
1612
1612
|
...props,
|