Commit c0fbf1e7 authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

refac: styling

parent 1c39e5cf
...@@ -145,7 +145,7 @@ ...@@ -145,7 +145,7 @@
<input <input
bind:value={name} bind:value={name}
type="text" type="text"
class=" px-5 py-3 rounded-2xl w-full text-sm border dark:border-none dark:bg-gray-900" class=" px-5 py-3 rounded-2xl w-full text-sm outline-none border dark:border-none dark:bg-gray-900"
autocomplete="name" autocomplete="name"
placeholder={$i18n.t('Enter Your Full Name')} placeholder={$i18n.t('Enter Your Full Name')}
required required
...@@ -160,7 +160,7 @@ ...@@ -160,7 +160,7 @@
<input <input
bind:value={email} bind:value={email}
type="email" type="email"
class=" px-5 py-3 rounded-2xl w-full text-sm border dark:border-none dark:bg-gray-900" class=" px-5 py-3 rounded-2xl w-full text-sm outline-none border dark:border-none dark:bg-gray-900"
autocomplete="email" autocomplete="email"
placeholder={$i18n.t('Enter Your Email')} placeholder={$i18n.t('Enter Your Email')}
required required
...@@ -173,7 +173,7 @@ ...@@ -173,7 +173,7 @@
<input <input
bind:value={password} bind:value={password}
type="password" type="password"
class=" px-5 py-3 rounded-2xl w-full text-sm border dark:border-none dark:bg-gray-900" class=" px-5 py-3 rounded-2xl w-full text-sm outline-none border dark:border-none dark:bg-gray-900"
placeholder={$i18n.t('Enter Your Password')} placeholder={$i18n.t('Enter Your Password')}
autocomplete="current-password" autocomplete="current-password"
required required
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment