Skip to content

Commit

Permalink
Add xs token values to text
Browse files Browse the repository at this point in the history
  • Loading branch information
vineethasok committed Oct 9, 2023
1 parent 1a513fb commit b0ec234
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/styles/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2373,6 +2373,7 @@
"lg": string
},
"mono": {
"xs": string,
"sm": string,
"md": string,
"lg": string
Expand Down
1 change: 1 addition & 0 deletions src/styles/variables.json
Original file line number Diff line number Diff line change
Expand Up @@ -2372,6 +2372,7 @@
"lg": "600 1rem/1.5 \"Inter\", '\"SF Pro Display\"', -apple-system, BlinkMacSystemFont, '\"Segoe UI\"', Roboto, Oxygen, Ubuntu, Cantarell, '\"Open Sans\"', '\"Helvetica Neue\"', sans-serif;"
},
"mono": {
"xs": "500 0.625rem/1.6 \"Inconsolata\", '\"SFMono Regular\"', monospace",
"sm": "500 0.75rem/1.6 \"Inconsolata\", '\"SFMono Regular\"', monospace",
"md": "500 0.875rem/1.7 \"Inconsolata\", '\"SFMono Regular\"', monospace",
"lg": "500 1rem/1.6 \"Inconsolata\", '\"SFMono Regular\"', monospace"
Expand Down

0 comments on commit b0ec234

Please sign in to comment.