mirror of
https://github.com/maciejpedzich/racemash.git
synced 2024-11-27 16:15:47 +01:00
Change auth status loading spinner's color
This commit is contained in:
parent
be13e60d74
commit
1aebcca6b3
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user