From 46e27304e81a029f750ad12ec97c2c9bb27af62c Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Thu, 7 Mar 2024 16:57:09 +0100 Subject: [PATCH] playground: clean config --- playground/app.config.ts | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/playground/app.config.ts b/playground/app.config.ts index 880dfdd9..6e49bf65 100644 --- a/playground/app.config.ts +++ b/playground/app.config.ts @@ -2,12 +2,7 @@ export default defineAppConfig({ ui: { primary: 'sky', button: { - base: 'font-semibold', - variants: { - color: { - toto: 'bg-pink-500 text-white' - } - } + base: 'font-semibold' }, container: { base: 'max-w-5xl'