@finsweet/webflow-apps-utils 1.0.21 → 1.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.
@@ -407,7 +407,7 @@
407
407
 
408
408
  .modal-content {
409
409
  border-radius: var(--border-radius);
410
- background: var(--background1);
410
+ background: var(--background2);
411
411
  color: var(--text1);
412
412
  animation: zoom 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
413
413
  position: relative;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@finsweet/webflow-apps-utils",
3
- "version": "1.0.21",
3
+ "version": "1.0.22",
4
4
  "description": "Shared utilities for Webflow apps",
5
5
  "homepage": "https://github.com/finsweet/webflow-apps-utils",
6
6
  "repository": {