@everchron/ec-shards 7.3.1 → 7.3.2

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": "7.3.1",
3
+ "version": "7.3.2",
4
4
  "private": false,
5
5
  "description": "Everchron Shards UI Library",
6
6
  "repository": "https://github.com/everchron/ec-shards.git",
@@ -130,7 +130,7 @@ export default {
130
130
  border-radius: 6px 6px 0 0;
131
131
  }
132
132
 
133
- .ecs-tab-button :deep(.icon){
133
+ .ecs-tab-button::v-deep .icon{
134
134
  width: 24px;
135
135
  height: 24px;
136
136
  }