@dataloop-ai/components 0.20.35 → 0.20.36

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": "@dataloop-ai/components",
3
- "version": "0.20.35",
3
+ "version": "0.20.36",
4
4
  "exports": {
5
5
  ".": "./index.ts",
6
6
  "./models": "./models.ts",
@@ -119,7 +119,7 @@ export default defineComponent({
119
119
  align-items: center;
120
120
  justify-content: center;
121
121
  .tab-icon {
122
- margin: 0px 5px;
122
+ margin: 0px 8px 0px 5px;
123
123
  color: var(--dl-color-medium);
124
124
  }
125
125
  &--active {