Commit 3564ef9f authored by W.D.R.P. Sandeepa's avatar W.D.R.P. Sandeepa

change logo

parent a03752b3
......@@ -21,7 +21,7 @@ const Login = () => {
<View style={styles.continer}>
<ImageBackground style={styles.backgroundImage} source={require('../../assets/login/login_background.png')} resizeMode="cover">
<View>
<Image style={styles.logo} source={require('../../assets/login/logo.png')} resizeMode="contain"></Image>
<Image style={styles.logo} source={require('../../assets/login/logo1.png')} resizeMode="contain"></Image>
</View>
<View elevation={5} style={styles.main_container}>
<Text style={styles.main_title}>Sign In</Text>
......
......@@ -21,7 +21,7 @@ const Register = () => {
<View style={styles.continer}>
<ImageBackground style={styles.backgroundImage} source={require('../../assets/login/login_background.png')} resizeMode="cover">
<View>
<Image style={styles.logo} source={require('../../assets/login/logo.png')} resizeMode="contain"></Image>
<Image style={styles.logo} source={require('../../assets/login/logo1.png')} resizeMode="contain"></Image>
</View>
<View elevation={5} style={styles.main_container}>
<Text style={styles.main_title}>Sign Up</Text>
......
......@@ -29,8 +29,8 @@ const Splash = () => {
return(
<View style={{flex:1, justifyContent:'center', alignItems:'center', backgroundColor: '#ffffff'}}>
<Text style={{fontWeight: 'bold',fontSize: 20, color: '#000000'}}>Welcome To</Text>
<Image source={require('../../assets/login/logo.png')} style={{width: 250, height:100}}></Image>
<Text style={{fontWeight: 'bold',fontSize: 40, color: '#000000'}}>Welcome To</Text>
<Image source={require('../../assets/login/logo1.png')} style={{width: 250, height:250}}></Image>
</View>
)
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment