@fixefy/fixefy-ui-utils 0.2.22 → 0.2.23

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.
@@ -321,7 +321,7 @@ const theme = (0, _styles.createTheme)({
321
321
  },
322
322
  pending_refund: {
323
323
  border: '#2D9CDB',
324
- background: '#2D9CDB',
324
+ background: '#F1FBFE',
325
325
  light: '#F1FBFE'
326
326
  },
327
327
  resolved: {
package/package.json CHANGED
@@ -56,5 +56,5 @@
56
56
  "require": "./dist/index.js"
57
57
  }
58
58
  },
59
- "version": "0.2.22"
59
+ "version": "0.2.23"
60
60
  }