Skip to content

Commit

Permalink
Add tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
vineethasok committed Oct 19, 2023
1 parent f25f15e commit 1c4d9d8
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 18 deletions.
16 changes: 9 additions & 7 deletions src/styles/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2072,25 +2072,27 @@
"inline": {
"top": string
},
"actions": {
"space": {
"top": string,
"x": string,
"gap": string
}
"content": {
"x": string,
"row-gap": string,
"column-gap": string
}
},
"shadow": {
"default": string
},
"size": {
"narrow": {
"default": {
"width": string,
"height": string
},
"wide": {
"width": string,
"height": string
},
"narrow": {
"width": string,
"height": string
}
},
"color": {
Expand Down
6 changes: 3 additions & 3 deletions src/styles/variables.dark.json
Original file line number Diff line number Diff line change
Expand Up @@ -990,9 +990,9 @@
"fileTabs": {
"color": {
"background": {
"default": "#282828",
"hover": "#1F1F1C",
"active": "#1F1F1C"
"default": "#1F1F1C",
"hover": "#282828",
"active": "#282828"
},
"text": {
"default": "#b3b6bd",
Expand Down
18 changes: 10 additions & 8 deletions src/styles/variables.json
Original file line number Diff line number Diff line change
Expand Up @@ -2011,7 +2011,7 @@
},
"title": {
"space": {
"gap": "0.5rem"
"gap": "0.25rem"
}
},
"radii": {
Expand Down Expand Up @@ -2071,25 +2071,27 @@
"inline": {
"top": "3.5rem"
},
"actions": {
"space": {
"top": "1rem",
"x": "1.5rem",
"gap": "1rem"
}
"content": {
"x": "1.5rem",
"row-gap": "0.25rem",
"column-gap": "1rem"
}
},
"shadow": {
"default": "-5px 0 20px 0 rgba(0, 0, 0, 0.08), -6px 0 10px 0 rgba(0, 0, 0, 0.08)"
},
"size": {
"narrow": {
"default": {
"width": "27.5rem",
"height": "100%"
},
"wide": {
"width": "37.5rem",
"height": "100vh"
},
"narrow": {
"width": "21rem",
"height": "100%"
}
},
"color": {
Expand Down

0 comments on commit 1c4d9d8

Please sign in to comment.