Skip to content

Commit

Permalink
docs: Change default theme
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisGV04 committed Aug 3, 2023
1 parent 34c0295 commit 30b8153
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/app.config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
export default defineAppConfig({
ui: {
primary: "sky",
gray: "neutral",
container: {
constrained: "max-w-2xl",
},
Expand Down
2 changes: 2 additions & 0 deletions docs/app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ useHead({

<template>
<div>
<Body class="dark:bg-gray-900" />

<TheHeader />
<NuxtPage />
</div>
Expand Down

0 comments on commit 30b8153

Please sign in to comment.