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 04d61c7 commit 4e14848Copy full SHA for 4e14848
app/app.vue
@@ -1,7 +1,7 @@
1
<template>
2
<div>
3
<NuxtPwaManifest />
4
- <NuxtLoadingIndicator />
+ <NuxtLoadingIndicator color="hsl(var(--primary))" />
5
<NuxtLayout>
6
<NuxtPage />
7
</NuxtLayout>
nuxt.config.ts
@@ -138,6 +138,7 @@ export default defineNuxtConfig({
138
theme: {
139
default: "material-theme-palenight",
140
dark: "one-dark-pro",
141
+ light: "material-theme-palenight",
142
},
143
144
0 commit comments