From 34db985c2f297b0b8a1e48ab79352b2f1d33a7e9 Mon Sep 17 00:00:00 2001 From: Ammar Ahmed Date: Sat, 6 Jun 2026 11:28:10 +0500 Subject: [PATCH] mobile: fix signup footer text and position --- apps/mobile/app/components/auth/signup.tsx | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/apps/mobile/app/components/auth/signup.tsx b/apps/mobile/app/components/auth/signup.tsx index 51172dec7..e5d31bf1e 100644 --- a/apps/mobile/app/components/auth/signup.tsx +++ b/apps/mobile/app/components/auth/signup.tsx @@ -136,8 +136,9 @@ export const Signup = ({ width: "100%" }} contentContainerStyle={{ - minHeight: "99%" + flex: 1 }} + bounces={false} nestedScrollEnabled keyboardShouldPersistTaps="handled" > @@ -331,9 +332,7 @@ export const Signup = ({ onPress={() => { openLinkInBrowser("https://notesnook.com/tos"); }} - style={{ - textDecorationLine: "underline" - }} + fontFamily="SEMI_BOLD" color={colors.primary.accent} > {" "} @@ -345,15 +344,12 @@ export const Signup = ({ onPress={() => { openLinkInBrowser("https://notesnook.com/privacy"); }} - style={{ - textDecorationLine: "underline" - }} + fontFamily="SEMI_BOLD" color={colors.primary.accent} > {" "} {strings.signupAgreement[3]()} - {" "} - {strings.signupAgreement[4]()} +