Skip to content

Commit

Permalink
fix(tokens): update deps; fix tokens usage
Browse files Browse the repository at this point in the history
  • Loading branch information
Tahul committed Dec 22, 2022
1 parent 1ee6aa2 commit aa4522c
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion components/app/AppSearch.vue
Expand Up @@ -38,7 +38,7 @@ css({
borderColor: '{color.gray.100}',
fontSize: '{fontSize.xs}',
gap: '{space.2}',
padding: '{space.1-5}',
padding: '{space.rem.375}',
'@dark': {
color: '{color.gray.400}',
borderColor: '{color.gray.900}',
Expand Down
4 changes: 2 additions & 2 deletions components/docs/DocsAsideTree.vue
Expand Up @@ -143,7 +143,7 @@ css({
display: 'flex',
alignItems: 'center',
justifyContent: 'space-between',
padding: '{space.1-5} 0',
padding: '{space.rem.375} 0',
fontSize: '{text.sm.fontSize}',
lineHeight: '{text.sm.lineHeight}',
fontWeight: '{fontWeight.semibold}',
Expand Down Expand Up @@ -174,7 +174,7 @@ css({
display: 'flex',
alignItems: 'center',
justifyContent: 'space-between',
padding: '{space.1-5} 0',
padding: '{space.rem.375} 0',
fontSize: '{text.sm.fontSize}',
lineHeight: '{text.sm.lineHeight}',
color: '{color.gray.500}',
Expand Down
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -26,11 +26,11 @@
"release": "release-it"
},
"dependencies": {
"@nuxt-themes/elements": "^0.3.0",
"@nuxt-themes/tokens": "^1.3.0",
"@nuxt-themes/elements": "^0.3.1",
"@nuxt-themes/tokens": "^1.4.0",
"@nuxt-themes/typography": "^0.2.0",
"@nuxt/content": "^2.3.0",
"@nuxthq/studio": "^0.3.11",
"@nuxthq/studio": "^0.4.0",
"@vueuse/nuxt": "^9.8.2"
},
"devDependencies": {
Expand Down
40 changes: 20 additions & 20 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit aa4522c

Please sign in to comment.