We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d8df77 commit 15d8332Copy full SHA for 15d8332
app/auth/password.tsx
@@ -116,7 +116,7 @@ export default function PasswordScreen() {
116
{loading ? (
117
<ActivityIndicator color={colors.buttonText} />
118
) : (
119
- <Text style={styles.buttonText}>{t('continue')}</Text>
+ <Text style={[styles.buttonText, (!isValidPassword() || loading) && styles.buttonTextDisabled]}>{t('continue')}</Text>
120
)}
121
</TouchableOpacity>
122
0 commit comments