@unitedstatespowersquadrons/components 1.4.0-5 → 1.4.0-6

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.
Files changed (2) hide show
  1. package/Colors.tsx +1 -1
  2. package/package.json +1 -1
package/Colors.tsx CHANGED
@@ -140,7 +140,7 @@ const specificColors = {
140
140
  },
141
141
  },
142
142
  toast: {
143
- broadcast: buttonColors.background.normal.purple,
143
+ broadcast: hoverColors.purple,
144
144
  error: "#CC0000",
145
145
  notice: "#009900",
146
146
  success: "#000099",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unitedstatespowersquadrons/components",
3
- "version": "1.4.0-5",
3
+ "version": "1.4.0-6",
4
4
  "description": "USPS shared React components library",
5
5
  "main": "index.tsx",
6
6
  "scripts": {