@fixefy/fixefy-ui-utils 0.0.336 → 0.0.337

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.
@@ -297,8 +297,8 @@ const theme = (0, _styles.createTheme)({
297
297
  background: '#EB5757'
298
298
  },
299
299
  in_dispute: {
300
- border: '#EC6AC8',
301
- background: '#EC6AC8'
300
+ border: '#F2994A',
301
+ background: '#FEF7F1'
302
302
  },
303
303
  in_progress: {
304
304
  border: '#56CCF2',
package/package.json CHANGED
@@ -65,5 +65,5 @@
65
65
  "require": "./dist/index.js"
66
66
  }
67
67
  },
68
- "version": "0.0.336"
68
+ "version": "0.0.337"
69
69
  }