finform-react-builder 1.5.7 → 1.5.8
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 +3 -2
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -5286,8 +5286,8 @@ const Cu = (e) => {
|
|
|
5286
5286
|
Rl,
|
|
5287
5287
|
{
|
|
5288
5288
|
sx: {
|
|
5289
|
-
mb:
|
|
5290
|
-
p:
|
|
5289
|
+
mb: 2,
|
|
5290
|
+
p: 2,
|
|
5291
5291
|
boxShadow: "0px 1px 4px 0px #00000014",
|
|
5292
5292
|
background: "#F8F8F8",
|
|
5293
5293
|
borderRadius: "4px"
|
|
@@ -5337,6 +5337,7 @@ const Cu = (e) => {
|
|
|
5337
5337
|
display: "flex",
|
|
5338
5338
|
alignItems: "center",
|
|
5339
5339
|
justifyContent: "center",
|
|
5340
|
+
backgroundColor: m || x ? "primary.main" : "transparent",
|
|
5340
5341
|
mr: 0.5,
|
|
5341
5342
|
color: g,
|
|
5342
5343
|
fontWeight: m || x ? 600 : 500,
|