style: updated text colours across app

This commit is contained in:
DecDuck
2024-11-19 11:11:59 +11:00
parent 6e6f09dba0
commit 7a88f4c52d
8 changed files with 20 additions and 20 deletions

View File

@ -16,7 +16,7 @@
<span v-if="currentlySelectedGame != -1" class="block truncate">{{
games.unimportedGames[currentlySelectedGame]
}}</span>
<span v-else class="block truncate text-zinc-600"
<span v-else class="block truncate text-zinc-400"
>Please select a directory...</span
>
<span