|
|
@@ -62,7 +62,7 @@ export default function Login(props: { register: () => void }) {
|
|
|
dispatch(login(name, password) as any);
|
|
|
}
|
|
|
|
|
|
- return <View style={{ backgroundColor: '#000', flex: 1, flexDirection: 'column', display: 'flex', width: '100vw', height: '100vh' }}>
|
|
|
+ return <View style={{ backgroundColor: '#000', flex: 1, flexDirection: 'column', display: 'flex', width: '100%', height: '100%' }}>
|
|
|
<Texts text={'App Name'} type={TextType.primary}></Texts>
|
|
|
{/* <Texts text={t('feature.auth.create_account.sub_title')} type={TextType.secondary}></Texts> */}
|
|
|
<Box child={loginComponent()}></Box>
|