Skip to content

Commit

Permalink
fix: missing token
Browse files Browse the repository at this point in the history
  • Loading branch information
Atinux committed Jul 6, 2023
1 parent 6380f28 commit bb9aeae
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 13 deletions.
3 changes: 2 additions & 1 deletion .demo/tokens.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import colors from 'tailwindcss/colors'

export default defineTheme({
color: {
primary: colors.teal
primary: colors.teal,
secondary: colors.gray
}
})
13 changes: 1 addition & 12 deletions pnpm-lock.yaml

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

4 changes: 4 additions & 0 deletions tokens.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ import colors from 'tailwindcss/colors'

// See Typography config on https://github.com/nuxt-themes/typography/blob/main/tokens.config.ts
export default defineTheme({
color: {
primary: colors.emerald,
secondary: colors.gray,
},
typography: {
color: {
secondary: colors.gray
Expand Down

0 comments on commit bb9aeae

Please sign in to comment.