@fixefy/fixefy-ui-utils 0.2.7 → 0.2.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.
@@ -330,8 +330,8 @@ const theme = (0, _styles.createTheme)({
330
330
  background: '#EB5757'
331
331
  },
332
332
  in_dispute: {
333
- border: '#56CCF2',
334
- background: '#56CCF2'
333
+ border: '#EC6AC8',
334
+ background: '#EC6AC8'
335
335
  },
336
336
  in_progress: {
337
337
  border: '#56CCF2',
package/package.json CHANGED
@@ -57,5 +57,5 @@
57
57
  "require": "./dist/index.js"
58
58
  }
59
59
  },
60
- "version": "0.2.7"
60
+ "version": "0.2.9"
61
61
  }