Initial commit for Greenlens

This commit is contained in:
Timo Knuth
2026-03-16 21:31:46 +01:00
parent 307135671f
commit 05d4f6e78b
573 changed files with 54233 additions and 1891 deletions

View File

@@ -160,7 +160,7 @@ export default function LoginScreen() {
{/* Sign Up Link */}
<TouchableOpacity
style={[styles.secondaryBtn, { borderColor: colors.borderStrong, backgroundColor: colors.surface }]}
onPress={() => router.push('/auth/signup')}
onPress={() => router.replace('/auth/signup')}
activeOpacity={0.82}
>
<Text style={[styles.secondaryBtnText, { color: colors.text }]}>
@@ -186,9 +186,9 @@ const styles = StyleSheet.create({
marginBottom: 32,
},
logoIcon: {
width: 88,
height: 88,
borderRadius: 20,
width: 56,
height: 56,
borderRadius: 14,
marginBottom: 16,
},
appName: {