UPD: Styling
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user