@dialpad/dialtone 7.10.2 → 7.10.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.
@@ -45,6 +45,7 @@
45
45
  font-weight: var(--fw-bold);
46
46
  font-size: var(--avatar-size-text);
47
47
  line-height: var(--lh-100);
48
+ text-transform: uppercase;
48
49
  background-color: var(--avatar-color-background);
49
50
  background-image: var(--avatar-gradient);
50
51
  border-radius: var(--br-pill);
@@ -468,6 +468,7 @@ body {
468
468
  font-weight: var(--fw-bold);
469
469
  font-size: var(--avatar-size-text);
470
470
  line-height: var(--lh-100);
471
+ text-transform: uppercase;
471
472
  background-color: var(--avatar-color-background);
472
473
  background-image: var(--avatar-gradient);
473
474
  border-radius: var(--br-pill);