Skip to content

Commit 73e6267

Browse files
author
mdatelle
committed
chore: remove background class on nuxt ui button demo
1 parent 0868cde commit 73e6267

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/pages/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ watch(
180180
<pre>{{ callbackDestination }}</pre>
181181
</code>
182182
</div>
183-
<div class="bg-background">
183+
<div>
184184
<hr class="border-black dark:border-white" >
185185
<h2 class="text-xl font-semibold font-mono">Nuxt UI Button - Primary Color Test</h2>
186186
<div class="flex gap-4 items-center">

0 commit comments

Comments
 (0)