Redesign sidebar (#1455)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
66762d023d
commit
3651670fb9
38 changed files with 522 additions and 538 deletions
|
|
@ -18,7 +18,7 @@ export function AuthForm({
|
|||
<Form action={action} className="flex flex-col gap-4 px-4 sm:px-16">
|
||||
<div className="flex flex-col gap-2">
|
||||
<Label
|
||||
className="font-normal text-zinc-600 dark:text-zinc-400"
|
||||
className="font-normal text-neutral-600 dark:text-neutral-400"
|
||||
htmlFor="email"
|
||||
>
|
||||
Email Address
|
||||
|
|
@ -39,7 +39,7 @@ export function AuthForm({
|
|||
|
||||
<div className="flex flex-col gap-2">
|
||||
<Label
|
||||
className="font-normal text-zinc-600 dark:text-zinc-400"
|
||||
className="font-normal text-neutral-600 dark:text-neutral-400"
|
||||
htmlFor="password"
|
||||
>
|
||||
Password
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue