@sinco/react 1.1.2-rc.8 → 1.1.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.js +7 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -6927,7 +6927,8 @@ const components = {
|
|
|
6927
6927
|
styleOverrides: {
|
|
6928
6928
|
root: {
|
|
6929
6929
|
".MuiButtonBase-root.MuiAccordionSummary-root": {
|
|
6930
|
-
minHeight: 44
|
|
6930
|
+
minHeight: 44,
|
|
6931
|
+
height: 44
|
|
6931
6932
|
}
|
|
6932
6933
|
}
|
|
6933
6934
|
}
|
|
@@ -6956,6 +6957,11 @@ const components = {
|
|
|
6956
6957
|
density: "compact"
|
|
6957
6958
|
},
|
|
6958
6959
|
styleOverrides: {
|
|
6960
|
+
columnHeader: {
|
|
6961
|
+
minHeight: 22,
|
|
6962
|
+
maxHeight: 22,
|
|
6963
|
+
lineHeight: 22
|
|
6964
|
+
},
|
|
6959
6965
|
iconButtonContainer: {
|
|
6960
6966
|
fontSize: 16
|
|
6961
6967
|
},
|