@fixefy/fixefy-ui-utils 0.2.16 → 0.2.17

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.
@@ -273,7 +273,7 @@ const theme = (0, _styles.createTheme)({
273
273
  },
274
274
  closed: {
275
275
  border: '#8B9092',
276
- background: '#8B9092'
276
+ background: '#FAFAFA'
277
277
  },
278
278
  declined: {
279
279
  border: '#F48085',
package/package.json CHANGED
@@ -56,5 +56,5 @@
56
56
  "require": "./dist/index.js"
57
57
  }
58
58
  },
59
- "version": "0.2.16"
59
+ "version": "0.2.17"
60
60
  }