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 @@