playground: update

This commit is contained in:
Benjamin Canac
2024-03-07 18:26:21 +01:00
parent 58ce6e86d0
commit c3903f0da1
2 changed files with 4 additions and 5 deletions

View File

@@ -2,10 +2,9 @@ export default defineAppConfig({
ui: {
primary: 'sky',
button: {
base: 'font-semibold'
},
container: {
base: 'max-w-5xl'
slots: {
base: 'font-semibold'
}
}
}
})

View File

@@ -11,7 +11,7 @@ const components = ['button', 'tooltip']
<template>
<UProvider>
<UContainer class="min-h-screen flex flex-col gap-4 items-center justify-center">
<div class="flex gap-1">
<div class="flex gap-1.5">
<ULink v-for="component in components" :key="component" :to="`/${component}`" active-class="text-primary capitalize text-sm">
{{ component }}
</ULink>