diff --git a/web/client/src/components/accounts/AccountForm.tsx b/web/client/src/components/accounts/AccountForm.tsx index d248a01..a06cb41 100644 --- a/web/client/src/components/accounts/AccountForm.tsx +++ b/web/client/src/components/accounts/AccountForm.tsx @@ -67,7 +67,7 @@ export function AccountForm({ account, onSave, onDelete, onCancel }: Props) { handleChange('imageModel', e.target.value)} - className="mt-1 w-full h-10 rounded-md border border-zinc-800 bg-zinc-900 px-3 text-sm" + className="mt-1 w-full h-10 rounded-md border border-zinc-200 bg-zinc-50 px-3 text-sm" > @@ -92,7 +92,7 @@ export function AccountForm({ account, onSave, onDelete, onCancel }: Props) {