Skip to content

Commit

Permalink
Update app.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
zackha authored Jul 4, 2023
1 parent 14188de commit f29af37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!DOCTYPE html>
<Html lang="en">
<Body
class="antialiased duration-300 transition-colors text-gray-800 dark:text-gray-200 bg-white dark:bg-gray-900"
class="antialiased duration-300 transition-colors text-gray-800 bg-white"
>
<NuxtLayout>
<NuxtLoadingIndicator :height="5" :duration="3000" :throttle="400" />
Expand Down

0 comments on commit f29af37

Please sign in to comment.