@aclymatepackages/modules 2.0.11 → 2.0.12

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.
@@ -190,7 +190,7 @@ const AccountingChart = _ref2 => {
190
190
  color: palette.error.main
191
191
  }, {
192
192
  dataKey: "future",
193
- color: (0, _converters.hexToRgba)(palette.backgroundGray.main, 0.8)
193
+ color: (0, _converters.hexToRgba)(palette.backgroundGray.dark, 0.95)
194
194
  }];
195
195
  return /*#__PURE__*/_react.default.createElement(_material.Box, {
196
196
  position: "relative",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aclymatepackages/modules",
3
- "version": "2.0.11",
3
+ "version": "2.0.12",
4
4
  "description": "Aclymate modules",
5
5
  "author": "William Loopesko",
6
6
  "main": "dist/index.js",
@@ -194,7 +194,7 @@ const AccountingChart = ({
194
194
  { dataKey: "underEmitted", color: palette.secondary.main },
195
195
  { dataKey: "expectedPercentage", color: palette.backgroundGray.dark },
196
196
  { dataKey: "overEmitted", color: palette.error.main },
197
- { dataKey: "future", color: hexToRgba(palette.backgroundGray.main, 0.8) },
197
+ { dataKey: "future", color: hexToRgba(palette.backgroundGray.dark, 0.95) },
198
198
  ];
199
199
 
200
200
  return (