Change auth status loading spinner's color

This commit is contained in:
Maciej Pędzich 2023-05-29 18:36:27 +02:00
parent be13e60d74
commit 1aebcca6b3

View File

@ -44,7 +44,7 @@ onMounted(async () => {
<v-progress-circular <v-progress-circular
:size="120" :size="120"
:width="7" :width="7"
color="indigo" color="primary"
indeterminate indeterminate
></v-progress-circular> ></v-progress-circular>
</section> </section>