Skip to content

Commit

Permalink
style: adapt loading indicator to color scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanprobst committed Feb 7, 2025
1 parent f5d53f4 commit 8619008
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/app.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<NuxtLayout>
<NuxtPage />
<NuxtLoadingIndicator />
<NuxtLoadingIndicator class="bg-neutral-950 dark:bg-white" :color="false" />
<TailwindIndicator />
<NuxtRouteAnnouncer />
</NuxtLayout>
Expand Down

0 comments on commit 8619008

Please sign in to comment.