@fixefy/fixefy-ui-utils 0.2.64 → 0.2.65

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',
@@ -372,7 +371,7 @@ const palette = {
372
371
  pending_refund: {
373
372
  border: '#2D9CDB',
374
373
  background: '#F1FBFE',
375
- light: '#F1FBFE'
374
+ light: '#F3F9FD'
376
375
  },
377
376
  resolved: {
378
377
  border: '#BB6BD9',
@@ -435,7 +434,7 @@ const palette = {
435
434
  pending_refund: {
436
435
  border: '#2D9CDB',
437
436
  background: '#2D9CDB',
438
- light: '#F1FBFE'
437
+ light: '#F3F9FD'
439
438
  },
440
439
  closed: {
441
440
  border: '#8B9092',
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.65"
70
70
  }