[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>