mirror of
https://github.com/haexhub/haex-hub.git
synced 2025-12-18 15:00:52 +01:00
11 lines
166 B
TypeScript
11 lines
166 B
TypeScript
export default defineAppConfig({
|
|
ui: {
|
|
colors: {
|
|
primary: 'sky',
|
|
secondary: 'fuchsia',
|
|
warning: 'yellow',
|
|
danger: 'red',
|
|
},
|
|
},
|
|
})
|