[web] Fix incorrect colour of loading progress bar

All informative UI elements have now the information colour defined in Bulma.
This commit is contained in:
Alain Nussbaumer 2023-07-02 19:20:44 +02:00
parent ea3975753d
commit 56842bb469
2 changed files with 2 additions and 6 deletions

View File

@ -1,7 +1,7 @@
<template>
<div id="app">
<navbar-top />
<vue-progress-bar class="fd-progress-bar" />
<vue-progress-bar class="fd-progress-bar has-background-info" />
<router-view v-slot="{ Component }">
<component :is="Component" />
</router-view>

View File

@ -16,11 +16,7 @@ import './mystyles.scss'
const app = createApp(App)
.use(store)
.use(router)
.use(VueProgressBar, {
color: 'hsl(204, 86%, 53%)',
failedColor: 'red',
height: '1px'
})
.use(VueProgressBar)
.use(VueClickAway)
.use(VueLazyLoad, {
// Do not log errors, if image does not exist