mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 20:19:34 +01:00
9 lines
109 B
TypeScript
9 lines
109 B
TypeScript
export default defineAppConfig({
|
|
ui: {
|
|
colors: {
|
|
primary: 'sky',
|
|
gray: 'cool'
|
|
}
|
|
}
|
|
})
|