setup wizard debug

This commit is contained in:
Čarodej
2022-03-13 18:30:03 +01:00
parent 2bba6dc051
commit 5e48af22a2
100 changed files with 308 additions and 300 deletions

View File

@@ -22,7 +22,7 @@
<AppInputText :title="$t('popup_create_folder.label')" :error="errors[0]">
<input
v-model="name"
:class="{ 'border-red': errors[0] }"
:class="{ '!border-rose-600': errors[0] }"
type="text"
ref="name"
class="focus-border-theme input-dark"
@@ -46,7 +46,7 @@
@keypress.enter.stop.prevent="addMember"
ref="email"
v-model="email"
:class="{ 'border-red': errors[0] }"
:class="{ '!border-rose-600': errors[0] }"
type="email"
class="focus-border-theme input-dark"
:placeholder="$t('Type member email...')"

View File

@@ -27,7 +27,7 @@
@keypress.enter.stop.prevent="addMember"
ref="email"
v-model="email"
:class="{ 'border-red': errors[0] }"
:class="{ '!border-rose-600': errors[0] }"
type="email"
class="focus-border-theme input-dark !pr-20"
:placeholder="$t('Type member email...')"