Skip to content

Commit

Permalink
fix: remove extra newline characters in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
druhill committed Dec 18, 2024
1 parent 30b6810 commit 71f816e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/tokens/modes/light.json
Original file line number Diff line number Diff line change
Expand Up @@ -1116,7 +1116,7 @@
"default": {
"value": "{primitives.colors.orange}",
"type": "color",
"description": "Used in form validation, progress bar, tab\n"
"description": "Used in form validation, progress bar, tab"
},
"defaultAlt": {
"value": "{primitives.colors.orangeBright}",
Expand Down Expand Up @@ -1315,7 +1315,7 @@
}
}
},
"description": "used on pill hover states\n\n"
"description": "used on pill hover states"
},
"hoverAlt": {
"value": "{modes.color.status.negative.defaultAlt}",
Expand Down

0 comments on commit 71f816e

Please sign in to comment.