11 lines
158 B
TypeScript
Executable File
11 lines
158 B
TypeScript
Executable File
export default defineAppConfig({
|
|
ui: {
|
|
colors: {
|
|
primary: 'amber',
|
|
secondary: 'green',
|
|
neutral: 'zinc'
|
|
},
|
|
fonts: false
|
|
}
|
|
})
|