mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 12:14:41 +01:00
feat(module)!: move primary and gray inside colors object
This commit is contained in:
@@ -5,7 +5,9 @@ export default defineAppConfig({
|
||||
duration: 5000
|
||||
},
|
||||
ui: {
|
||||
primary: 'sky',
|
||||
gray: 'cool'
|
||||
colors: {
|
||||
primary: 'red',
|
||||
gray: 'cool'
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user