style: updated text colours across app

This commit is contained in:
DecDuck
2024-11-19 11:11:59 +11:00
parent 3652d6123c
commit 2bbd9b282b
8 changed files with 20 additions and 20 deletions
+1 -1
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