Skip to content

Commit

Permalink
feat(data): adding XS size for initials in
Browse files Browse the repository at this point in the history
  • Loading branch information
ljemmo committed Sep 11, 2024
1 parent a5ca8a5 commit 892fb64
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions data/tokens/components/profile.json
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,10 @@
"typography": {
"adaptive": {
"initials": {
"XS": {
"value": "{global.typography.adaptive.component.placeholdertext.XS}",
"type": "typography"
},
"S": {
"value": "{global.typography.adaptive.component.placeholdertext.S}",
"type": "typography"
Expand Down Expand Up @@ -256,6 +260,10 @@
},
"responsive": {
"initials": {
"XS": {
"value": "{global.typography.responsive.component.placeholdertext.XS}",
"type": "typography"
},
"S": {
"value": "{global.typography.responsive.component.placeholdertext.S}",
"type": "typography",
Expand Down

0 comments on commit 892fb64

Please sign in to comment.