@sinco/react 1.2.6-rc.0 → 1.2.6-rc.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/index.esm.js +7 -2
- package/package.json +1 -1
package/index.esm.js
CHANGED
@@ -7743,7 +7743,7 @@ var components = {
|
|
7743
7743
|
},
|
7744
7744
|
styleOverrides: {
|
7745
7745
|
root: {
|
7746
|
-
borderRadius: "4px"
|
7746
|
+
borderRadius: "4px !important"
|
7747
7747
|
}
|
7748
7748
|
}
|
7749
7749
|
},
|
@@ -7995,7 +7995,12 @@ var components = {
|
|
7995
7995
|
padding: 1.5
|
7996
7996
|
}
|
7997
7997
|
}
|
7998
|
-
}]
|
7998
|
+
}],
|
7999
|
+
styleOverrides: {
|
8000
|
+
root: {
|
8001
|
+
borderRadius: "4px !important"
|
8002
|
+
}
|
8003
|
+
}
|
7999
8004
|
},
|
8000
8005
|
MuiList: {
|
8001
8006
|
defaultProps: {
|