mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-04 16:09:59 +00:00
fix: use elk colors for loading indicator
This commit is contained in:
parent
44f84f36a3
commit
3adab28337
1 changed files with 1 additions and 1 deletions
2
app.vue
2
app.vue
|
@ -15,7 +15,7 @@ isDark.value
|
|||
</script>
|
||||
|
||||
<template>
|
||||
<NuxtLoadingIndicator />
|
||||
<NuxtLoadingIndicator color="repeating-linear-gradient(to right,var(--c-primary) 0%,var(--c-primary-active) 100%)" />
|
||||
<NuxtLayout>
|
||||
<NuxtPage />
|
||||
</NuxtLayout>
|
||||
|
|
Loading…
Reference in a new issue