@flywheel-io/vision 1.0.0 → 1.0.2

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flywheel-io/vision",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "description": "Flywheel UI elements provided as Angular components and native web components",
5
5
  "author": "Flywheel",
6
6
  "license": "MIT",
@@ -140,7 +140,7 @@ $flywheel-green: (
140
140
  // (imported above). For each palette, you can optionally specify a default, lighter, and darker
141
141
  // hue. Available color palettes: https://material.io/design/color/
142
142
  $vision-primary: mat.define-palette($flywheel-blue);
143
- $vision-accent: mat.define-palette($flywheel-purple);
143
+ $vision-accent: mat.define-palette($flywheel-green);
144
144
  $vision-warn: mat.define-palette($flywheel-red);
145
145
 
146
146
  // typography config