[web] Fix color of text in the files page

This commit is contained in:
Alain Nussbaumer 2024-02-27 13:02:50 +01:00
parent 1fa2380a79
commit 085f7a68b6
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
class="title is-6"
v-text="directory.path.substring(directory.path.lastIndexOf('/') + 1)"
/>
<h2 class="subtitle is-7 has-text-grey-light" v-text="directory.path" />
<h2 class="subtitle is-7 has-text-grey" v-text="directory.path" />
</div>
<div class="media-right">
<a @click.prevent.stop="open_dialog(directory)">