Some checks failed
ci / ci (22, ubuntu-latest) (push) Has been cancelled
9 lines
119 B
TypeScript
9 lines
119 B
TypeScript
export default defineAppConfig({
|
|
ui: {
|
|
colors: {
|
|
primary: 'green',
|
|
neutral: 'slate',
|
|
},
|
|
},
|
|
});
|