@fixefy/fixefy-ui-utils 0.0.24 → 0.0.26

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.
@@ -278,7 +278,7 @@ const theme = (0, _styles.createTheme)({
278
278
  },
279
279
  pending: {
280
280
  border: '#ECC631',
281
- background: '#FEFDF3'
281
+ background: '#ECC631'
282
282
  },
283
283
  created: {
284
284
  border: '#87ACB6',
package/package.json CHANGED
@@ -63,5 +63,5 @@
63
63
  "require": "./dist/index.js"
64
64
  }
65
65
  },
66
- "version": "0.0.24"
66
+ "version": "0.0.26"
67
67
  }