Skip to content

Commit 43a2d4d

Browse files
committed
fix: ui items padding
1 parent 4bbebe3 commit 43a2d4d

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.playground/app/app.config.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<h1 class="text-5xl font-bold text-zinc-700">Nuxt Basis</h1>
99

1010
<div class="flex items-center gap-x-4">
11-
<UButton to="/docs" variant="subtle" class="rounded-full"
11+
<UButton to="/docs" variant="subtle" class="rounded-full py-2 px-4"
1212
>Docs 📄</UButton
1313
>
1414

0 commit comments

Comments
 (0)