Skip to content

Commit

Permalink
set loading bar to blue
Browse files Browse the repository at this point in the history
  • Loading branch information
bmesuere committed Jul 29, 2023
1 parent 9de8f2c commit ef8b37d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dashboard/src/components/GraphCard.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<v-card rounded="lg" :loading="loading" v-show="hasData">
<v-card rounded="lg" :loading="loading ? 'primary' : false" v-show="hasData">
<v-list-item lines="two">
<v-list-item-title class="mb-0">{{ weatherProperty.name }}</v-list-item-title>
<v-list-item-subtitle>{{ weatherProperty.unit }}</v-list-item-subtitle>
Expand Down

0 comments on commit ef8b37d

Please sign in to comment.