@fixefy/fixefy-ui-utils 0.2.66 → 0.2.67

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