finform-react-builder 1.12.5 → 1.12.7
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.es.js +4 -4
- package/dist/index.js +21 -21
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -10067,7 +10067,7 @@ const Ym = Et(jl)(({ theme: e }) => {
|
|
|
10067
10067
|
zIndex: -1
|
|
10068
10068
|
},
|
|
10069
10069
|
[`&.${mr.completed} .${mr.line}`]: {
|
|
10070
|
-
borderColor: e.palette.
|
|
10070
|
+
borderColor: e.palette.primary.main
|
|
10071
10071
|
}
|
|
10072
10072
|
})), Xy = ({ items: e, activeIndex: t = 1, onStepClick: r, sx: n }) => {
|
|
10073
10073
|
const i = Oo(), a = i.palette.success.main, o = i.palette.primary.main, s = i.palette.text.primary, l = i.palette.mode === "dark" ? i.palette.grey[700] : i.palette.grey[300], [u, f] = Ot(null), p = (c) => {
|
|
@@ -10078,10 +10078,10 @@ const Ym = Et(jl)(({ theme: e }) => {
|
|
|
10078
10078
|
sx: {
|
|
10079
10079
|
width: 24,
|
|
10080
10080
|
height: 24,
|
|
10081
|
-
border: `1.2px solid ${
|
|
10081
|
+
border: `1.2px solid ${o}`,
|
|
10082
10082
|
borderRadius: "50%",
|
|
10083
|
-
backgroundColor:
|
|
10084
|
-
color: i.palette.
|
|
10083
|
+
backgroundColor: o,
|
|
10084
|
+
color: i.palette.primary.contrastText,
|
|
10085
10085
|
display: "flex",
|
|
10086
10086
|
alignItems: "center",
|
|
10087
10087
|
justifyContent: "center",
|