@fixefy/fixefy-ui-utils 0.2.65 → 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',
|
|
@@ -371,7 +372,7 @@ const palette = {
|
|
|
371
372
|
pending_refund: {
|
|
372
373
|
border: '#2D9CDB',
|
|
373
374
|
background: '#F1FBFE',
|
|
374
|
-
light: '#
|
|
375
|
+
light: '#F1FBFE'
|
|
375
376
|
},
|
|
376
377
|
resolved: {
|
|
377
378
|
border: '#BB6BD9',
|
|
@@ -434,7 +435,7 @@ const palette = {
|
|
|
434
435
|
pending_refund: {
|
|
435
436
|
border: '#2D9CDB',
|
|
436
437
|
background: '#2D9CDB',
|
|
437
|
-
light: '#
|
|
438
|
+
light: '#F1FBFE'
|
|
438
439
|
},
|
|
439
440
|
closed: {
|
|
440
441
|
border: '#8B9092',
|
package/package.json
CHANGED