@fixefy/fixefy-ui-utils 0.2.64 → 0.2.66

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.
@@ -362,8 +362,7 @@ const palette = {
362
362
  },
363
363
  pending: {
364
364
  border: '#2D9CDB',
365
- background: '#2D9CDB',
366
- light: '#F1FBFE'
365
+ background: '#F3F9FD'
367
366
  },
368
367
  pending_review: {
369
368
  border: '#2D9CDB',
package/package.json CHANGED
@@ -66,5 +66,5 @@
66
66
  "require": "./dist/index.js"
67
67
  }
68
68
  },
69
- "version": "0.2.64"
69
+ "version": "0.2.66"
70
70
  }