From c3903f0da1bcd953ae8e67f6b6b02656ed117329 Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Thu, 7 Mar 2024 18:26:21 +0100 Subject: [PATCH] playground: update --- playground/app.config.ts | 7 +++---- playground/app.vue | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/playground/app.config.ts b/playground/app.config.ts index 6e49bf65..e60a3d22 100644 --- a/playground/app.config.ts +++ b/playground/app.config.ts @@ -2,10 +2,9 @@ export default defineAppConfig({ ui: { primary: 'sky', button: { - base: 'font-semibold' - }, - container: { - base: 'max-w-5xl' + slots: { + base: 'font-semibold' + } } } }) \ No newline at end of file diff --git a/playground/app.vue b/playground/app.vue index 968afa14..f6741e1c 100644 --- a/playground/app.vue +++ b/playground/app.vue @@ -11,7 +11,7 @@ const components = ['button', 'tooltip']