@fixefy/fixefy-ui-utils 0.0.25 → 0.0.27

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.
@@ -289,8 +289,8 @@ const theme = (0, _styles.createTheme)({
289
289
  background: '#EB5757'
290
290
  },
291
291
  in_dispute: {
292
- border: '#56CCF2',
293
- background: '#56CCF2'
292
+ border: '#EC6AC8',
293
+ background: '#EC6AC8'
294
294
  },
295
295
  in_progress: {
296
296
  border: '#56CCF2',
package/package.json CHANGED
@@ -63,5 +63,5 @@
63
63
  "require": "./dist/index.js"
64
64
  }
65
65
  },
66
- "version": "0.0.25"
66
+ "version": "0.0.27"
67
67
  }