Skip to content

Commit

Permalink
Specify which data is loaded; increase text contrast
Browse files Browse the repository at this point in the history
  • Loading branch information
patudom committed Oct 24, 2024
1 parent e20c074 commit 2bb17f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/TempoLite.vue
Original file line number Diff line number Diff line change
Expand Up @@ -301,11 +301,11 @@
</div>
<v-progress-linear
v-model="loadedImagesProgress"
color="red"
height="25"
color="#c10124"
height="20"
>
<span v-if="loadedImagesProgress < 100">Loading Data ({{ loadedImagesProgress.toFixed(0) }}%)</span>
<span v-else>Data Loaded</span>
<span v-else>Selected Date Loaded</span>
</v-progress-linear>
</div>

Expand Down

0 comments on commit 2bb17f2

Please sign in to comment.