cloudmr-ux 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.
Files changed (2) hide show
  1. package/dist/index.css +3 -2
  2. package/package.json +1 -1
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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cloudmr-ux",
3
- "version": "1.5.7",
3
+ "version": "1.5.8",
4
4
  "author": "erosmontin@gmail.com",
5
5
  "license": "MIT",
6
6
  "repository": "erosmontin/cloudmr-ux",