cloudmr-ux 1.5.7 → 1.5.9

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.css CHANGED
@@ -154,11 +154,12 @@
154
154
  outline: none !important;
155
155
  }
156
156
  .MuiDataGrid-columnHeaders {
157
- background: rgba(88, 15, 139, 0.08);
157
+ background: #F3E5F5;
158
158
  color: #333;
159
+ font-weight: bold;
159
160
  }
160
161
  .MuiDataGrid-columnHeaders .MuiSvgIcon-root {
161
- color: #580f8b;
162
+ color: #580f8b !important;
162
163
  }
163
164
  .MuiDataGrid-columnHeaderCheckbox .MuiDataGrid-columnHeaderTitleContainerContent {
164
165
  padding: 0 !important;
package/dist/index.js CHANGED
@@ -1256,7 +1256,12 @@ var CmrTable = (props) => {
1256
1256
  },
1257
1257
  sx: {
1258
1258
  "& .MuiDataGrid-columnHeaders": {
1259
- backgroundColor: "rgba(88, 15, 139, 0.08)"
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: "rgba(88, 15, 139, 0.08)"
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: "" },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cloudmr-ux",
3
- "version": "1.5.7",
3
+ "version": "1.5.9",
4
4
  "author": "erosmontin@gmail.com",
5
5
  "license": "MIT",
6
6
  "repository": "erosmontin/cloudmr-ux",