@dialpad/dialtone 9.76.2 → 9.76.3

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.
@@ -2664,6 +2664,9 @@ legend .d-label--md {
2664
2664
  .d-input-icon--right:not(:empty) {
2665
2665
  margin-right: var(--dt-space-400);
2666
2666
  }
2667
+ .d-input-icon--right:not(:empty) .d-btn {
2668
+ margin-right: var(--dt-space-350-negative);
2669
+ }
2667
2670
  .d-input-icon--left:not(:empty) {
2668
2671
  margin-left: var(--dt-space-400);
2669
2672
  }