Skip to content

Commit

Permalink
docs: add ui pro variables
Browse files Browse the repository at this point in the history
  • Loading branch information
huang-julien committed Jan 29, 2025
1 parent 3bdc884 commit 5f2679b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/app/app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,19 @@ export default defineAppConfig({
left: 'text-sm text-gray-500 dark:text-gray-400',
wrapper: 'border-t border-gray-200 dark:border-gray-800'
}
},
variables: {
light: {
background: '255 255 255',
foreground: 'var(--color-gray-700)'
},
dark: {
background: 'var(--color-gray-900)',
foreground: 'var(--color-gray-200)'
},
header: {
height: '4rem'
}
}
},
seo: {
Expand Down

0 comments on commit 5f2679b

Please sign in to comment.