From 0029e145ec38339d7f0dda326f21d61e6d3c2c5a Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Wed, 24 Nov 2021 12:28:15 +0100 Subject: [PATCH] docs: set color --- docs/nuxt.config.ts | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/nuxt.config.ts b/docs/nuxt.config.ts index ded2aa4d..c3999ac6 100644 --- a/docs/nuxt.config.ts +++ b/docs/nuxt.config.ts @@ -6,7 +6,9 @@ export default defineNuxtConfig({ '../src' ], ui: { - primary: 'blue', - prefix: 'u' + prefix: 'u', + colors: { + primary: 'blue' + } } })