Skip to content

Commit

Permalink
Update font-size (#2045)
Browse files Browse the repository at this point in the history
  • Loading branch information
aweell authored Feb 10, 2025
1 parent 0b045b4 commit 8be4eb3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tokens/schema/skin-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,7 @@
"properties": {
"desktop": {
"type": "number",
"enum": [14, 16, 18, 20, 28, 32, 40, 48, 56, 64]
"enum": [14, 16, 18, 20, 24, 28, 32, 40, 48, 56, 64]
},
"mobile": {
"type": "number",
Expand Down
4 changes: 2 additions & 2 deletions tokens/vivo-new.json
Original file line number Diff line number Diff line change
Expand Up @@ -1475,7 +1475,7 @@
"title3": {
"value": {
"mobile": 18,
"desktop": 20
"desktop": 24
},
"type": "typography"
},
Expand Down Expand Up @@ -1503,7 +1503,7 @@
"text4": {
"value": {
"mobile": 18,
"desktop": 20
"desktop": 24
},
"type": "typography"
},
Expand Down

0 comments on commit 8be4eb3

Please sign in to comment.