mirror of
https://github.com/haexhub/haex-hub.git
synced 2025-12-18 23:10:51 +01:00
switch to nuxt ui
This commit is contained in:
8
src/app.config.ts
Normal file
8
src/app.config.ts
Normal file
@ -0,0 +1,8 @@
|
||||
export default defineAppConfig({
|
||||
ui: {
|
||||
colors: {
|
||||
primary: 'sky',
|
||||
secondary: 'purple',
|
||||
},
|
||||
},
|
||||
})
|
||||
Reference in New Issue
Block a user