We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bbebe3 commit 43a2d4dCopy full SHA for 43a2d4d
.playground/app/app.config.ts
@@ -0,0 +1,9 @@
1
+export default defineAppConfig({
2
+ ui: {
3
+ prose: {
4
+ pre: {
5
+ base: "pr-12",
6
+ },
7
8
9
+});
.playground/app/components/BaseLayer.vue
@@ -8,7 +8,7 @@
<h1 class="text-5xl font-bold text-zinc-700">Nuxt Basis</h1>
10
<div class="flex items-center gap-x-4">
11
- <UButton to="/docs" variant="subtle" class="rounded-full"
+ <UButton to="/docs" variant="subtle" class="rounded-full py-2 px-4"
12
>Docs 📄</UButton
13
>
14
0 commit comments