@everchron/ec-shards 3.4.3 → 3.4.5

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": "@everchron/ec-shards",
3
- "version": "3.4.3",
3
+ "version": "3.4.5",
4
4
  "private": false,
5
5
  "description": "Everchron Shards UI Library",
6
6
  "repository": "https://github.com/everchron/ec-shards.git",
@@ -152,6 +152,7 @@ export default {
152
152
  background: transparent;
153
153
  background-image: none;
154
154
  -webkit-appearance: none;
155
+ appearance: none;
155
156
  position: relative;
156
157
  z-index: 1;
157
158