Skip to content

Commit

Permalink
Fixed wrong references
Browse files Browse the repository at this point in the history
  • Loading branch information
Febakke committed Dec 19, 2024
1 parent 53c9547 commit ce430b8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions design-tokens/primitives/modes/size/medium.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"_size": {
"mode-font-size": {
"size": {
"_mode-font-size": {
"$type": "dimension",
"$value": "18"
},
Expand Down
4 changes: 2 additions & 2 deletions design-tokens/primitives/modes/size/small.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"_size": {
"mode-font-size": {
"size": {
"_mode-font-size": {
"$type": "dimension",
"$value": "16"
},
Expand Down

0 comments on commit ce430b8

Please sign in to comment.