Skip to content

Commit

Permalink
Updating variables.
Browse files Browse the repository at this point in the history
  • Loading branch information
gjones committed Sep 13, 2023
1 parent db8edf8 commit 117eb9c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
5 changes: 5 additions & 0 deletions src/styles/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -504,6 +504,11 @@
"x": string
}
},
"space": {
"x": string,
"y": string,
"gap": string
},
"primary": {
"background": {
"main": {
Expand Down
7 changes: 6 additions & 1 deletion src/styles/variables.json
Original file line number Diff line number Diff line change
Expand Up @@ -503,6 +503,11 @@
"x": "0.344rem"
}
},
"space": {
"x": "1rem",
"y": "0.281rem",
"gap": "0.5rem"
},
"primary": {
"background": {
"main": {
Expand Down Expand Up @@ -1082,7 +1087,7 @@
"label": {
"default": "400 0.875rem/1.5 \"Inter\", '\"SF Pro Display\"', -apple-system, BlinkMacSystemFont, '\"Segoe UI\"', Roboto, Oxygen, Ubuntu, Cantarell, '\"Open Sans\"', '\"Helvetica Neue\"', sans-serif;",
"hover": "400 0.875rem/1.5 \"Inter\", '\"SF Pro Display\"', -apple-system, BlinkMacSystemFont, '\"Segoe UI\"', Roboto, Oxygen, Ubuntu, Cantarell, '\"Open Sans\"', '\"Helvetica Neue\"', sans-serif;",
"active": "600 0.875rem/1.5 \"Inter\", '\"SF Pro Display\"', -apple-system, BlinkMacSystemFont, '\"Segoe UI\"', Roboto, Oxygen, Ubuntu, Cantarell, '\"Open Sans\"', '\"Helvetica Neue\"', sans-serif;",
"active": "400 0.875rem/1.5 \"Inter\", '\"SF Pro Display\"', -apple-system, BlinkMacSystemFont, '\"Segoe UI\"', Roboto, Oxygen, Ubuntu, Cantarell, '\"Open Sans\"', '\"Helvetica Neue\"', sans-serif;",
"disabled": "400 0.875rem/1.5 \"Inter\", '\"SF Pro Display\"', -apple-system, BlinkMacSystemFont, '\"Segoe UI\"', Roboto, Oxygen, Ubuntu, Cantarell, '\"Open Sans\"', '\"Helvetica Neue\"', sans-serif;"
},
"sectionHeader": {
Expand Down

0 comments on commit 117eb9c

Please sign in to comment.