diff --git a/apps/web/components/settings.tsx b/apps/web/components/settings.tsx index 65f0aacab..b72cb4d48 100644 --- a/apps/web/components/settings.tsx +++ b/apps/web/components/settings.tsx @@ -167,7 +167,7 @@ export default function Setttings() { name="first-name" id="first-name" autoComplete="given-name" - className="mt-1 block w-full rounded-md border border-gray-300 py-2 px-3 shadow-sm focus:border-neon focus:outline-none focus:ring-neon sm:text-sm" + className="mt-1 block w-full rounded-md border disabled:bg-neutral-100 border-gray-300 py-2 px-3 shadow-sm focus:border-neon focus:outline-none focus:ring-neon sm:text-sm" /> diff --git a/apps/web/pages/documents/[id]/recipients.tsx b/apps/web/pages/documents/[id]/recipients.tsx index 5dcd29e43..0cb8721bd 100644 --- a/apps/web/pages/documents/[id]/recipients.tsx +++ b/apps/web/pages/documents/[id]/recipients.tsx @@ -198,7 +198,7 @@ const RecipientsPage: NextPageWithLayout = (props: any) => { documentId: props.document.id, }); }} - className="block w-full p-0 text-gray-900 placeholder-gray-500 border-0 outline-none sm:text-sm bg-inherit" + className="block w-full p-0 text-gray-900 placeholder-gray-500 disabled:bg-neutral-100 border-0 outline-none sm:text-sm bg-inherit" placeholder="john.dorian@loremipsum.com" /> {errors?.signers?.[index] ? ( @@ -246,7 +246,7 @@ const RecipientsPage: NextPageWithLayout = (props: any) => { documentId: props.document.id, }); }} - className="block w-full p-0 text-gray-900 placeholder-gray-500 border-0 outline-none sm:text-sm bg-inherit" + className="block w-full p-0 text-gray-900 placeholder-gray-500 disabled:bg-neutral-100 border-0 outline-none sm:text-sm bg-inherit" placeholder="John Dorian" />