@fixefy/fixefy-ui-utils 0.2.55 → 0.2.56

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.
@@ -552,8 +552,8 @@ const theme = (0, _styles.createTheme)({
552
552
  sum: '#BB6BD9'
553
553
  },
554
554
  invoiceAnalysis: {
555
- underCharges: '#87ACB6',
556
- overCharges: '#C6DDE2',
555
+ underCharges: '#C6DDE2',
556
+ overCharges: '#F2994A',
557
557
  matching: '#568793',
558
558
  invalid: '#EB5757'
559
559
  },
package/package.json CHANGED
@@ -56,5 +56,5 @@
56
56
  "require": "./dist/index.js"
57
57
  }
58
58
  },
59
- "version": "0.2.55"
59
+ "version": "0.2.56"
60
60
  }