mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-11-29 02:56:11 +03:00
marked hiveauth as beta
This commit is contained in:
parent
40121358a5
commit
dfe76ef7ef
@ -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}
|
||||||
|
@ -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}
|
||||||
|
Loading…
Reference in New Issue
Block a user