@fixefy/fixefy-ui-utils 0.2.43 → 0.2.44

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.
@@ -364,8 +364,8 @@ const theme = (0, _styles.createTheme)({
364
364
  background: '#EC6AC8'
365
365
  },
366
366
  in_progress: {
367
- border: '#EB5757',
368
- background: '#EB5757'
367
+ border: '#56CCF2',
368
+ background: '#56CCF2'
369
369
  },
370
370
  paid: {
371
371
  border: '#BB6BD9',
@@ -467,7 +467,7 @@ const theme = (0, _styles.createTheme)({
467
467
  in_progress: {
468
468
  border: '#EB5757',
469
469
  background: '#EB5757',
470
- light: '#F1FBFE'
470
+ light: '#FEF6F6'
471
471
  },
472
472
  pending: {
473
473
  border: '#ECC631',
package/package.json CHANGED
@@ -56,5 +56,5 @@
56
56
  "require": "./dist/index.js"
57
57
  }
58
58
  },
59
- "version": "0.2.43"
59
+ "version": "0.2.44"
60
60
  }