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'