@dialpad/dialtone 7.10.3 → 7.10.4

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.
@@ -196,7 +196,6 @@
196
196
  --avatar-size-shape: calc(var(--size-500) + var(--size-300)); // 20
197
197
 
198
198
  margin-right: var(--space-300);
199
- margin-left: calc(var(--space-300) + var(--space-200)); // 6
200
199
  }
201
200
  }
202
201
 
@@ -1373,7 +1373,6 @@ body {
1373
1373
  .d-chip__label--sm .d-avatar {
1374
1374
  --avatar-size-shape: calc(var(--size-500) + var(--size-300));
1375
1375
  margin-right: var(--space-300);
1376
- margin-left: calc(var(--space-300) + var(--space-200));
1377
1376
  }
1378
1377
  .d-chip__close--sm {
1379
1378
  padding: var(--space-200);