@fixefy/fixefy-ui-utils 0.2.65 → 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.
@@ -371,7 +371,7 @@ const palette = {
371
371
  pending_refund: {
372
372
  border: '#2D9CDB',
373
373
  background: '#F1FBFE',
374
- light: '#F3F9FD'
374
+ light: '#F1FBFE'
375
375
  },
376
376
  resolved: {
377
377
  border: '#BB6BD9',
@@ -434,7 +434,7 @@ const palette = {
434
434
  pending_refund: {
435
435
  border: '#2D9CDB',
436
436
  background: '#2D9CDB',
437
- light: '#F3F9FD'
437
+ light: '#F1FBFE'
438
438
  },
439
439
  closed: {
440
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.65"
69
+ "version": "0.2.66"
70
70
  }