minor tweak on onboarding image
This commit is contained in:
parent
9449949ac3
commit
8d5137ca5b
|
@ -31,9 +31,9 @@ import { isTablet } from '../../utils/deviceInfo';
|
||||||
import ServerInput from './ServerInput';
|
import ServerInput from './ServerInput';
|
||||||
|
|
||||||
const styles = StyleSheet.create({
|
const styles = StyleSheet.create({
|
||||||
onboarding: {
|
onboardingImage: {
|
||||||
alignSelf: 'center',
|
alignSelf: 'center',
|
||||||
marginTop: isTablet ? 0 : 96,
|
marginTop: isTablet ? 0 : 70,
|
||||||
marginBottom: 25,
|
marginBottom: 25,
|
||||||
maxHeight: 150,
|
maxHeight: 150,
|
||||||
width: 100,
|
width: 100,
|
||||||
|
@ -315,7 +315,7 @@ class NewServerView extends React.Component {
|
||||||
<FormContainer theme={theme} testID='new-server-view' keyboardShouldPersistTaps='never'>
|
<FormContainer theme={theme} testID='new-server-view' keyboardShouldPersistTaps='never'>
|
||||||
<FormContainerInner>
|
<FormContainerInner>
|
||||||
<Image
|
<Image
|
||||||
style={styles.onboarding}
|
style={styles.onboardingImage}
|
||||||
source={require('../../static/images/logo.png')}
|
source={require('../../static/images/logo.png')}
|
||||||
fadeDuration={0}
|
fadeDuration={0}
|
||||||
resizeMode='stretch'
|
resizeMode='stretch'
|
||||||
|
|
Loading…
Reference in New Issue