mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-24 17:00:36 +01:00
chore(module): gray now defaults to slate
This commit is contained in:
@@ -63,7 +63,7 @@ export default defineNuxtModule<ModuleOptions>({
|
||||
colors: {
|
||||
primary: 'green',
|
||||
error: 'red',
|
||||
gray: 'cool'
|
||||
gray: 'slate'
|
||||
},
|
||||
icons
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user