From a799bb18206d17805dd34b48622f0ba3f322dcda Mon Sep 17 00:00:00 2001 From: morganlloyd11 Date: Wed, 17 Sep 2025 18:01:23 -0600 Subject: [PATCH 1/4] Sarah (inital login screen): background solid purple, keep button orange with border radius --- src/pages/Login.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/Login.tsx b/src/pages/Login.tsx index ab2a2b9..33c7620 100644 --- a/src/pages/Login.tsx +++ b/src/pages/Login.tsx @@ -89,7 +89,7 @@ export default function Login({ navigation }: StackScreenProps) { {isFocused && } From 2930a29a76125af6d64ba61fcc20e0efaf0114b8 Mon Sep 17 00:00:00 2001 From: morganlloyd11 Date: Wed, 17 Sep 2025 18:13:57 -0600 Subject: [PATCH 2/4] Jose: blue gradient background + blue square login button --- src/pages/Login.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/Login.tsx b/src/pages/Login.tsx index ab2a2b9..01fa349 100644 --- a/src/pages/Login.tsx +++ b/src/pages/Login.tsx @@ -133,7 +133,7 @@ export default function Login({ navigation }: StackScreenProps) { onEndEditing={isPasswordInvalid} /> - + Date: Wed, 17 Sep 2025 18:21:33 -0600 Subject: [PATCH 3/4] Sarah: purple background + keep orange rounded button --- src/pages/Login.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/Login.tsx b/src/pages/Login.tsx index 33c7620..9414192 100644 --- a/src/pages/Login.tsx +++ b/src/pages/Login.tsx @@ -133,7 +133,7 @@ export default function Login({ navigation }: StackScreenProps) { onEndEditing={isPasswordInvalid} /> - + Date: Wed, 17 Sep 2025 18:35:07 -0600 Subject: [PATCH 4/4] Resolve merge: accept Jose's background, keep Sarah's button (final design) --- src/pages/Login.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/Login.tsx b/src/pages/Login.tsx index 9414192..0d9b21a 100644 --- a/src/pages/Login.tsx +++ b/src/pages/Login.tsx @@ -89,7 +89,7 @@ export default function Login({ navigation }: StackScreenProps) { {isFocused && } @@ -133,7 +133,7 @@ export default function Login({ navigation }: StackScreenProps) { onEndEditing={isPasswordInvalid} /> - +