diff --git a/CommDesk b/CommDesk new file mode 160000 index 0000000..46d10ea --- /dev/null +++ b/CommDesk @@ -0,0 +1 @@ +Subproject commit 46d10eab2f2b1414dd007c3869cec4878ee8469a diff --git a/src/Component/ui/Input.tsx b/src/Component/ui/Input.tsx index 629f819..aaa6f0f 100644 --- a/src/Component/ui/Input.tsx +++ b/src/Component/ui/Input.tsx @@ -48,7 +48,7 @@ export const Input = forwardRef( @@ -57,7 +57,7 @@ export const Input = forwardRef(
( required={required} onKeyDown={onKeyDown} onChange={(e) => onChange?.(name, e.target.value)} - className={`flex-1 bg-transparent outline-none text-sm ${inputClassName}`} - style={{ color: theme.text.primary }} + className={`flex-1 bg-black text-white outline-none text-sm ${inputClassName}`} + style={{ color: "white" }} /> {rightIcon && ( diff --git a/src/features/Auth/v1/Pages/LoginPage.tsx b/src/features/Auth/v1/Pages/LoginPage.tsx index 236b270..923c941 100644 --- a/src/features/Auth/v1/Pages/LoginPage.tsx +++ b/src/features/Auth/v1/Pages/LoginPage.tsx @@ -140,7 +140,7 @@ const LoginPage = () => { fieldErrors.password ? "border-red-500" : "border-gray-300" }`} placeholder="Enter your password" - type="password" + type="text" /> {fieldErrors.password && (

{fieldErrors.password}

diff --git a/src/features/Auth/v1/Pages/SignUpPage.tsx b/src/features/Auth/v1/Pages/SignUpPage.tsx index 2735cac..1b93622 100644 --- a/src/features/Auth/v1/Pages/SignUpPage.tsx +++ b/src/features/Auth/v1/Pages/SignUpPage.tsx @@ -140,9 +140,9 @@ export default function SignUpPage() {

- Empower Your
+ Empowering
- Community + Communities Through Collaborations