From ac6fa949a754778f268fb91f0b32464c153191ef Mon Sep 17 00:00:00 2001 From: Akash Keshav <112591754+domesticchores@users.noreply.github.com> Date: Fri, 4 Apr 2025 20:49:15 -0400 Subject: refactor login-page and need-list to support light/dark mode --- ufund-ui/src/app/components/login/login.component.html | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'ufund-ui/src/app/components/login/login.component.html') diff --git a/ufund-ui/src/app/components/login/login.component.html b/ufund-ui/src/app/components/login/login.component.html index 1017d0f..27eab96 100644 --- a/ufund-ui/src/app/components/login/login.component.html +++ b/ufund-ui/src/app/components/login/login.component.html @@ -1,9 +1,12 @@
-

Login

- - - -
- New? Create an account +

Login

+ + + +
+

New?

Create an account.

+
+
+ -- cgit v1.2.3 From bb4e0e55fee7ec8f34c36e6299301d612a0de2ce Mon Sep 17 00:00:00 2001 From: sowgro Date: Mon, 7 Apr 2025 16:46:53 -0400 Subject: Redo login page --- ufund-ui/src/app/components/login/login.component.html | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'ufund-ui/src/app/components/login/login.component.html') diff --git a/ufund-ui/src/app/components/login/login.component.html b/ufund-ui/src/app/components/login/login.component.html index 27eab96..8b8f5b3 100644 --- a/ufund-ui/src/app/components/login/login.component.html +++ b/ufund-ui/src/app/components/login/login.component.html @@ -1,11 +1,10 @@
-

Login

+

Welcome back,

+

Login

- -
-

New?

Create an account.

-
+ + New? Create an account.
-- cgit v1.2.3