diff --git a/playground/app.config.ts b/playground/app.config.ts index 09936edf..ee42683c 100644 --- a/playground/app.config.ts +++ b/playground/app.config.ts @@ -1,6 +1,6 @@ export default defineAppConfig({ ui: { - primary: 'green', + primary: 'sky', button: { base: 'font-semibold', variants: { diff --git a/playground/app.vue b/playground/app.vue index e3da49e2..968afa14 100644 --- a/playground/app.vue +++ b/playground/app.vue @@ -1,16 +1,23 @@ \ No newline at end of file diff --git a/playground/pages/[...slug].vue b/playground/pages/[...slug].vue deleted file mode 100644 index 4f942585..00000000 --- a/playground/pages/[...slug].vue +++ /dev/null @@ -1,8 +0,0 @@ - - - \ No newline at end of file diff --git a/playground/pages/button.vue b/playground/pages/button.vue new file mode 100644 index 00000000..6e8927c1 --- /dev/null +++ b/playground/pages/button.vue @@ -0,0 +1,9 @@ + \ No newline at end of file diff --git a/playground/pages/index.vue b/playground/pages/index.vue new file mode 100644 index 00000000..aaddf417 --- /dev/null +++ b/playground/pages/index.vue @@ -0,0 +1,3 @@ + \ No newline at end of file diff --git a/playground/pages/tooltip.vue b/playground/pages/tooltip.vue new file mode 100644 index 00000000..00e65f52 --- /dev/null +++ b/playground/pages/tooltip.vue @@ -0,0 +1,7 @@ + \ No newline at end of file