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>

View File

@@ -22,7 +22,7 @@
<Transition name="fade">
<button
v-if="!showProfileConfig"
class="bg-zinc-200 text-black hover:bg-zinc-100 rounded-lg h-8 aspect-square flex justify-center items-center"
class="bg-zinc-300 text-black hover:bg-zinc-200 border border-zinc-100 rounded-lg h-8 aspect-square flex justify-center items-center"
@click="store.addProfile">
<Plus class="h-4" />
</button>