@dialpad/dialtone-css 8.81.0-next.15 → 8.81.0-next.16

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.
@@ -6597,7 +6597,7 @@ template {
6597
6597
  font-variant-numeric: tabular-nums;
6598
6598
  min-inline-size: 1lh;
6599
6599
  border: var(--dt-size-border-100) solid;
6600
- border-color: var(--dt-color-border-default);
6600
+ border-color: var(--dt-color-border-subtle);
6601
6601
  border-radius: var(--dt-size-radius-300);
6602
6602
  /* Hiding class, making content visible only to screen readers but not visually */
6603
6603
  /* "sr" meaning "screen-reader" */
@@ -8433,6 +8433,10 @@ legend .d-label {
8433
8433
  margin-inline: var(--dt-spacing-100) 0;
8434
8434
  margin-block: 0;
8435
8435
  }
8436
+ .d-breadcrumbs__item:first-child {
8437
+ -webkit-margin-start: 0;
8438
+ margin-inline-start: 0;
8439
+ }
8436
8440
  .d-breadcrumbs__item:not(:last-of-type) {
8437
8441
  -webkit-margin-end: var(--dt-spacing-150);
8438
8442
  margin-inline-end: var(--dt-spacing-150);