@fixefy/fixefy-ui-utils 0.2.13 → 0.2.14

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.
@@ -313,7 +313,7 @@ const theme = (0, _styles.createTheme)({
313
313
  },
314
314
  resolved: {
315
315
  border: '#BB6BD9',
316
- background: '#BB6BD9'
316
+ background: '#FAF6FE'
317
317
  }
318
318
  },
319
319
  tag: {
package/package.json CHANGED
@@ -56,5 +56,5 @@
56
56
  "require": "./dist/index.js"
57
57
  }
58
58
  },
59
- "version": "0.2.13"
59
+ "version": "0.2.14"
60
60
  }