UPD: Styling

This commit is contained in:
Robert Kossessa
2024-02-09 11:56:18 +01:00
parent 58968d458e
commit 18a7c1e6f0
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@
v-if="showTabs"
v-model="configPage"
:options="configPages"
class="p-2 border solid border-b">
class="p-2 border solid border-b bg-zinc-900">
<template v-for="(page, key) in configPages" #[key] :key="key">
<ScrambleText ref="title" :text="$t(page.titleKey)" />
</template>