marked hiveauth as beta

This commit is contained in:
noumantahir 2024-11-13 10:21:35 +05:00
parent 40121358a5
commit dfe76ef7ef
2 changed files with 2 additions and 0 deletions

View File

@ -80,6 +80,7 @@ export const AuthInputContent = ({ initUsername, handleAuthRequest }: AuthInputC
<Animated.View entering={ZoomIn} exiting={ZoomOut}> <Animated.View entering={ZoomIn} exiting={ZoomOut}>
<MainButton <MainButton
text={intl.formatMessage({ id: 'login.signin_with_hiveauth' })} text={intl.formatMessage({ id: 'login.signin_with_hiveauth' })}
secondText={" *Beta"}
textStyle={styles.loginBtnText} textStyle={styles.loginBtnText}
style={styles.loginBtnWrapper} style={styles.loginBtnWrapper}
onPress={onSignInPress} onPress={onSignInPress}

View File

@ -210,6 +210,7 @@ const LoginScreen = ({
id: 'login.signin_with_hiveauth', id: 'login.signin_with_hiveauth',
})} })}
textStyle={styles.hsLoginBtnText} textStyle={styles.hsLoginBtnText}
secondText={" *Beta"}
wrapperStyle={styles.loginBtnWrapper} wrapperStyle={styles.loginBtnWrapper}
bodyWrapperStyle={styles.loginBtnBodyWrapper} bodyWrapperStyle={styles.loginBtnBodyWrapper}
height={48} height={48}