diff --git a/apps/web/components/editor/pdf-signer.tsx b/apps/web/components/editor/pdf-signer.tsx index 797745a4c..a4a4cd2c6 100644 --- a/apps/web/components/editor/pdf-signer.tsx +++ b/apps/web/components/editor/pdf-signer.tsx @@ -80,12 +80,11 @@ export default function PDFSigner(props: any) { : props.document.User.email}{" "} would like you to sign this document.

-

+

- + /> + +

+ + + +
) : ( diff --git a/apps/web/components/login.tsx b/apps/web/components/login.tsx index 4bbb784a1..bd968ddc6 100644 --- a/apps/web/components/login.tsx +++ b/apps/web/components/login.tsx @@ -111,7 +111,7 @@ export default function Login(props: any) {
- + Forgot your password?
@@ -123,7 +123,7 @@ export default function Login(props: any) { className="group relative flex w-full"> @@ -141,7 +141,7 @@ export default function Login(props: any) { {props.allowSignup ? (

Are you new here?{" "} - + Create a new Account

diff --git a/apps/web/components/signup.tsx b/apps/web/components/signup.tsx index d7b27ba7b..8092c0198 100644 --- a/apps/web/components/signup.tsx +++ b/apps/web/components/signup.tsx @@ -187,7 +187,7 @@ export default function Signup(props: { source: string }) {

Already have an account?{" "} - + Sign In

diff --git a/apps/web/pages/dashboard.tsx b/apps/web/pages/dashboard.tsx index 324560f5a..5d3d93d94 100644 --- a/apps/web/pages/dashboard.tsx +++ b/apps/web/pages/dashboard.tsx @@ -1,4 +1,4 @@ -import { ReactElement } from "react"; +import { ChangeEvent, ReactElement } from "react"; import Head from "next/head"; import Link from "next/link"; import { uploadDocument } from "@documenso/features"; @@ -62,26 +62,27 @@ const DashboardPage: NextPageWithLayout = (props: any) => {
{stats.map((item) => ( -
-
+
+
{item.name}
-
+
{getStat(item.name, props)}
))}
+
{ + onChange={(event: ChangeEvent) => { uploadDocument(event); }} hidden @@ -91,9 +92,10 @@ const DashboardPage: NextPageWithLayout = (props: any) => { onClick={() => { document?.getElementById("fileUploadHelper")?.click(); }} - className="hover:border-neon relative block w-full cursor-pointer rounded-lg border-2 border-dashed border-gray-300 p-12 text-center focus:outline-none focus:ring-2 focus:ring-indigo-500 focus:ring-offset-2"> + className="group hover:border-neon-600 duration-200 relative block w-full cursor-pointer rounded-lg border-2 border-dashed border-gray-300 p-12 text-center focus:outline-none focus:ring-2 focus:ring-indigo-500 focus:ring-offset-2"> + { d="M19.5 14.25v-2.625a3.375 3.375 0 00-3.375-3.375h-1.5A1.125 1.125 0 0113.5 7.125v-1.5a3.375 3.375 0 00-3.375-3.375H8.25m3.75 9v6m3-3H9m1.5-12H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 00-9-9z" /> - + + Add a new PDF document.
diff --git a/apps/web/pages/documents.tsx b/apps/web/pages/documents.tsx index dbd8f7d80..af6752d47 100644 --- a/apps/web/pages/documents.tsx +++ b/apps/web/pages/documents.tsx @@ -142,26 +142,26 @@ const DocumentsPage: NextPageWithLayout = (props: any) => { -
-
+
+
{filteredDocuments.length != 1 ? filteredDocuments.length + " Documents" : "1 Document"}
-