@saasquatch/squatch-js 2.8.2-33 → 2.8.2-34

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/dist/squatch.js CHANGED
@@ -1322,7 +1322,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
1322
1322
  body {
1323
1323
  height: 600px;
1324
1324
  border: 2px solid #ccc;
1325
- background-color: #f9f9f9;
1325
+ background-color: red;
1326
1326
  margin: 0;
1327
1327
  padding: 0;
1328
1328
  box-sizing: border-box;