From 22c42c402d70bcc31a321a4facfed048ea1f0e5d Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Wed, 6 Mar 2024 20:09:05 +0100 Subject: [PATCH] playground: update --- playground/app.config.ts | 1 + playground/app.vue | 16 ++++++++++++---- playground/pages/[...slug].vue | 4 +++- 3 files changed, 16 insertions(+), 5 deletions(-) diff --git a/playground/app.config.ts b/playground/app.config.ts index ece5376c..09936edf 100644 --- a/playground/app.config.ts +++ b/playground/app.config.ts @@ -1,5 +1,6 @@ export default defineAppConfig({ ui: { + primary: 'green', button: { base: 'font-semibold', variants: { diff --git a/playground/app.vue b/playground/app.vue index ae6d0b65..e3da49e2 100644 --- a/playground/app.vue +++ b/playground/app.vue @@ -1,8 +1,16 @@ + + \ No newline at end of file diff --git a/playground/pages/[...slug].vue b/playground/pages/[...slug].vue index 9382da64..4f942585 100644 --- a/playground/pages/[...slug].vue +++ b/playground/pages/[...slug].vue @@ -1,5 +1,7 @@