mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-25 17:30:37 +01:00
feat(components): uniformize colors and variants (#141)
This commit is contained in:
@@ -55,7 +55,7 @@ export default defineNuxtConfig({
|
||||
export default defineNuxtConfig({
|
||||
modules: ['@nuxt/ui'],
|
||||
ui: {
|
||||
colors: ['primary', 'green', 'red']
|
||||
colors: ['blue', 'green', 'red']
|
||||
}
|
||||
})
|
||||
```
|
||||
|
||||
@@ -8,7 +8,6 @@ navigation:
|
||||
badge:
|
||||
label: Soon
|
||||
color: gray
|
||||
variant: solid
|
||||
disabled: true
|
||||
---
|
||||
|
||||
|
||||
@@ -9,7 +9,6 @@ navigation:
|
||||
badge:
|
||||
label: Soon
|
||||
color: gray
|
||||
variant: solid
|
||||
disabled: true
|
||||
---
|
||||
|
||||
|
||||
@@ -8,7 +8,6 @@ navigation:
|
||||
badge:
|
||||
label: Soon
|
||||
color: gray
|
||||
variant: solid
|
||||
disabled: true
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user