diff --git a/frontend/src/components/ui/PasswordInput.tsx b/frontend/src/components/ui/PasswordInput.tsx index 4e35070..ff5bad4 100644 --- a/frontend/src/components/ui/PasswordInput.tsx +++ b/frontend/src/components/ui/PasswordInput.tsx @@ -2,36 +2,37 @@ import { EyeIcon, EyeSlashIcon } from "@phosphor-icons/react"; import { useState } from "react"; interface PasswordInputProps - extends React.InputHTMLAttributes { - error?: boolean; + extends React.InputHTMLAttributes { + error?: boolean; } export function PasswordInput({ - className, - error, - ...props + className, + error, + ...props }: PasswordInputProps) { - const [showPassword, setShowPassword] = useState(false); + const [showPassword, setShowPassword] = useState(false); - return ( -
- - -
- ); + return ( +
+ + +
+ ); } diff --git a/frontend/src/components/ui/Saajan.tsx b/frontend/src/components/ui/Saajan.tsx index 62b3d06..b6c0cb6 100644 --- a/frontend/src/components/ui/Saajan.tsx +++ b/frontend/src/components/ui/Saajan.tsx @@ -45,7 +45,7 @@ export default function Saajan({ message, position = "right" }: SaajanProps) { saajan diff --git a/frontend/src/index.css b/frontend/src/index.css index a35eb7f..1ecefeb 100644 --- a/frontend/src/index.css +++ b/frontend/src/index.css @@ -66,7 +66,7 @@ } .glass-card { - @apply bg-glass-bg max-w-xs md:max-w-sm backdrop-blur-xl border border-neutral-content/10 shadow-warm rounded-xl m-4; + @apply bg-glass-bg max-w-xs md:max-w-sm backdrop-blur-xl border border-neutral-content/10 shadow-warm rounded-xl m-2 md:m-4; } .ul-wavy { diff --git a/frontend/src/pages/Home.tsx b/frontend/src/pages/Home.tsx index 53cd4ba..c14c556 100644 --- a/frontend/src/pages/Home.tsx +++ b/frontend/src/pages/Home.tsx @@ -353,7 +353,7 @@ export default function Home() { {/* Saajan */} ( - "I was wondering when you'd return.", + "I was wondering, if you'd ever return.", ); const nextRoute = location.state?.redirectUrl || ROUTES.DRAWER; @@ -82,9 +82,12 @@ export default function Login() { {!showWelcome && } {showWelcome && }
-
+

-   Enter Archive +  Unlock Archive

{apiError && ( diff --git a/frontend/src/pages/Register.tsx b/frontend/src/pages/Register.tsx index f7b82a7..05cfbed 100644 --- a/frontend/src/pages/Register.tsx +++ b/frontend/src/pages/Register.tsx @@ -75,9 +75,12 @@ export default function Register() {
- -
- Create a + +
+ Create a Account