Skip to content

Commit

Permalink
[web] Fix color of text in the files page
Browse files Browse the repository at this point in the history
  • Loading branch information
hacketiwack committed Feb 27, 2024
1 parent 1fa2380 commit 085f7a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web-src/src/components/ListDirectories.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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)">
Expand Down

0 comments on commit 085f7a6

Please sign in to comment.