canvasxpress 61.0.0 → 61.2.0

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
@@ -3,7 +3,7 @@
3
3
  "main": "src/canvasXpress.js",
4
4
  "style": "src/canvasXpress.css",
5
5
  "title": "CanvasXpress",
6
- "version": "61.0.0",
6
+ "version": "61.2.0",
7
7
  "license": {
8
8
  "type": "Dual licensing",
9
9
  "url": "https://www.canvasxpress.org/docs/license.html"
@@ -475,7 +475,6 @@ div.cX-Chat {
475
475
  justify-content: space-between;
476
476
  padding: 0 10px;
477
477
  box-sizing: border-box;
478
- font-size: 13px;
479
478
  color: #475569;
480
479
  }
481
480