mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-23 16:30:45 +01:00
feat(module): handle variants with dynamic colors
This commit is contained in:
@@ -20,7 +20,8 @@ export default defineNuxtConfig({
|
||||
},
|
||||
ui: {
|
||||
colors: {
|
||||
primary: 'blue'
|
||||
primary: 'blue',
|
||||
gray: 'zinc'
|
||||
},
|
||||
preset: {
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user