mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 04:45:19 +00:00
refac: styling
This commit is contained in:
parent
f24b76d9a3
commit
8b46a9010e
1 changed files with 3 additions and 3 deletions
|
|
@ -261,7 +261,7 @@
|
|||
bind:value={name}
|
||||
type="text"
|
||||
id="name"
|
||||
class="my-0.5 w-full text-sm outline-hidden bg-transparent"
|
||||
class="my-0.5 w-full text-sm outline-hidden bg-transparent placeholder:text-gray-600"
|
||||
autocomplete="name"
|
||||
placeholder={$i18n.t('Enter Your Full Name')}
|
||||
required
|
||||
|
|
@ -277,7 +277,7 @@
|
|||
<input
|
||||
bind:value={ldapUsername}
|
||||
type="text"
|
||||
class="my-0.5 w-full text-sm outline-hidden bg-transparent"
|
||||
class="my-0.5 w-full text-sm outline-hidden bg-transparent placeholder:text-gray-600"
|
||||
autocomplete="username"
|
||||
name="username"
|
||||
id="username"
|
||||
|
|
@ -294,7 +294,7 @@
|
|||
bind:value={email}
|
||||
type="email"
|
||||
id="email"
|
||||
class="my-0.5 w-full text-sm outline-hidden bg-transparent"
|
||||
class="my-0.5 w-full text-sm outline-hidden bg-transparent placeholder:text-gray-600"
|
||||
autocomplete="email"
|
||||
name="email"
|
||||
placeholder={$i18n.t('Enter Your Email')}
|
||||
|
|
|
|||
Loading…
Reference in a new issue