UPD: Improve selected legibility

This commit is contained in:
Robert Kossessa
2024-01-24 02:07:40 +01:00
parent 83258af9c5
commit 4ea1c06dfb

View File

@@ -16,7 +16,7 @@
v-t="config.badgeKey" v-t="config.badgeKey"
class="font-mono rounded-full h-4 align-middle bg-zinc-900 text-muted-foreground" /> class="font-mono rounded-full h-4 align-middle bg-zinc-900 text-muted-foreground" />
</h1> </h1>
<p class="text-xs text-muted-foreground"> <p class="text-xs" :class="current_tab===config.id?'text-black' : 'text-muted-foreground'">
{{ $t(`config_options.${config.id}.subtitle`) }} {{ $t(`config_options.${config.id}.subtitle`) }}
</p> </p>
</div> </div>