Make email input border purple (1px) so it reads before input

Dark --line-d border was nearly invisible on the dark card; switch to
a thin purple (--share) border + soft purple ring.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
main
Haewon Kam 2026-06-18 09:46:06 +09:00
parent c8431e65f3
commit cbab4a102a
1 changed files with 1 additions and 1 deletions

View File

@ -282,7 +282,7 @@ export default function Arena({
value={email} value={email}
onChange={(e) => setEmail(e.target.value)} onChange={(e) => setEmail(e.target.value)}
placeholder={t.emailPh} placeholder={t.emailPh}
className="w-full rounded-xl border border-[var(--line-d)] bg-[#0f1217] px-4 py-3.5 text-[16px] text-white outline-none focus:border-[var(--green)]" className="w-full rounded-xl border border-[var(--share)] bg-[#0f1217] px-4 py-3.5 text-[16px] text-white shadow-[0_0_0_2px_rgba(166,94,255,0.12)] outline-none focus:shadow-[0_0_0_2px_rgba(166,94,255,0.3)]"
/> />
<label className="mt-2.5 flex items-start gap-2 text-[13px] leading-snug text-[var(--ink-muted)]"> <label className="mt-2.5 flex items-start gap-2 text-[13px] leading-snug text-[var(--ink-muted)]">
<input <input