8 lines
94 B
TypeScript
8 lines
94 B
TypeScript
export default defineAppConfig({
|
|
ui: {
|
|
colors: {
|
|
primary: "blue",
|
|
},
|
|
},
|
|
});
|