amotify 0.0.21 → 0.0.22

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": "amotify",
3
- "version": "0.0.21",
3
+ "version": "0.0.22",
4
4
  "description": "UI Component for React",
5
5
  "main": "dist/launch.js",
6
6
  "types": "dist/@types.d.ts",
@@ -148,6 +148,9 @@ const Styles = {
148
148
  backgroundColor: color as any
149
149
  };
150
150
  }
151
+ if ( color == 'cloud' ) {
152
+ styles.fontColor = '3.blur';
153
+ }
151
154
 
152
155
  if ( tone != 'Link' ) {
153
156
  styles = {