docs(app): update theme

This commit is contained in:
Benjamin Canac
2024-09-18 12:14:23 +02:00
parent f52310d4a1
commit a32d2c034a
2 changed files with 14 additions and 2 deletions

View File

@@ -1,8 +1,8 @@
export default defineAppConfig({
ui: {
colors: {
primary: 'sky',
gray: 'cool'
primary: 'green',
gray: 'slate'
}
}
})