Skip to content

Commit 4e14848

Browse files
committed
chore: updating loading indicator color & content config
1 parent 04d61c7 commit 4e14848

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

app/app.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<template>
22
<div>
33
<NuxtPwaManifest />
4-
<NuxtLoadingIndicator />
4+
<NuxtLoadingIndicator color="hsl(var(--primary))" />
55
<NuxtLayout>
66
<NuxtPage />
77
</NuxtLayout>

nuxt.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ export default defineNuxtConfig({
138138
theme: {
139139
default: "material-theme-palenight",
140140
dark: "one-dark-pro",
141+
light: "material-theme-palenight",
141142
},
142143
},
143144
},

0 commit comments

Comments
 (0)