cloudmr-ux 1.5.8 → 1.6.0
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.js +6 -1
- package/dist/index.mjs +6 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1256,7 +1256,12 @@ var CmrTable = (props) => {
|
|
|
1256
1256
|
},
|
|
1257
1257
|
sx: {
|
|
1258
1258
|
"& .MuiDataGrid-columnHeaders": {
|
|
1259
|
-
backgroundColor: "
|
|
1259
|
+
backgroundColor: "#F3E5F5",
|
|
1260
|
+
color: "#333",
|
|
1261
|
+
fontWeight: "bold"
|
|
1262
|
+
},
|
|
1263
|
+
"& .MuiDataGrid-columnHeaders .MuiSvgIcon-root": {
|
|
1264
|
+
color: "#580f8b"
|
|
1260
1265
|
}
|
|
1261
1266
|
},
|
|
1262
1267
|
localeText: { noRowsLabel: "" },
|
package/dist/index.mjs
CHANGED
|
@@ -1208,7 +1208,12 @@ var CmrTable = (props) => {
|
|
|
1208
1208
|
},
|
|
1209
1209
|
sx: {
|
|
1210
1210
|
"& .MuiDataGrid-columnHeaders": {
|
|
1211
|
-
backgroundColor: "
|
|
1211
|
+
backgroundColor: "#F3E5F5",
|
|
1212
|
+
color: "#333",
|
|
1213
|
+
fontWeight: "bold"
|
|
1214
|
+
},
|
|
1215
|
+
"& .MuiDataGrid-columnHeaders .MuiSvgIcon-root": {
|
|
1216
|
+
color: "#580f8b"
|
|
1212
1217
|
}
|
|
1213
1218
|
},
|
|
1214
1219
|
localeText: { noRowsLabel: "" },
|