Merge pull request #2942 from ecency/nt/hiveauth-beta

marked hiveauth as beta
This commit is contained in:
Feruz M 2024-11-13 12:35:19 +05:30 committed by GitHub
commit d410a44997
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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}>
<MainButton
text={intl.formatMessage({ id: 'login.signin_with_hiveauth' })}
secondText={" *beta"}
textStyle={styles.loginBtnText}
style={styles.loginBtnWrapper}
onPress={onSignInPress}

View File

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