Skip to content

Commit 11711c7

Browse files
committed
fix(nuxt.schema): replace gray by neutral
1 parent 7374096 commit 11711c7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎nuxt.schema.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,12 @@ export default defineNuxtSchema({
6262
description: 'Primary color of your UI.',
6363
icon: 'i-mdi-palette-outline',
6464
default: 'green',
65-
required: ['sky', 'mint', 'rose', 'amber', 'violet', 'emerald', 'fuchsia', 'indigo', 'lime', 'orange', 'pink', 'purple', 'red', 'teal', 'yellow', 'green', 'blue', 'cyan', 'gray', 'white', 'black']
65+
required: ['red', 'orange', 'amber', 'yellow', 'lime', 'green', 'emerald', 'teal', 'cyan', 'sky', 'blue', 'indigo', 'violet', 'purple', 'fuchsia', 'pink', 'rose']
6666
}),
67-
gray: field({
67+
neutral: field({
6868
type: 'string',
69-
title: 'Gray',
70-
description: 'Gray color of your UI.',
69+
title: 'Neutral',
70+
description: 'Neutral color of your UI.',
7171
icon: 'i-mdi-palette-outline',
7272
default: 'slate',
7373
required: ['slate', 'cool', 'zinc', 'neutral', 'stone']

0 commit comments

Comments
 (0)