@datarailsshared/dr_renderer 1.2.82 → 1.2.83

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/package.json +1 -1
  2. package/src/pivot.css +1 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@datarailsshared/dr_renderer",
3
- "version": "1.2.82",
3
+ "version": "1.2.83",
4
4
  "description": "DataRails charts and tables renderer",
5
5
  "keywords": [
6
6
  "datarails",
package/src/pivot.css CHANGED
@@ -235,6 +235,7 @@ table.pvtTable.newPvtTable thead tr th .dr-icon-minus {
235
235
  margin-right: 2px;
236
236
  margin-left: 1px;
237
237
  font-size: 8px;
238
+ color: #151a41;
238
239
  }
239
240
 
240
241
  table.pvtTable.newPvtTable.colorized tr th.colTotal,