only allow settings (to add server) on first run

This commit is contained in:
austinried
2021-08-22 18:28:11 +09:00
parent 8906968186
commit ba22cc7604
4 changed files with 45 additions and 35 deletions

View File

@@ -82,14 +82,14 @@ const styles = StyleSheet.create({
alignItems: 'center',
},
image: {
height: 140,
width: 140,
height: 150,
width: 150,
marginBottom: -10,
tintColor: colors.accent,
},
text: {
fontFamily: font.bold,
fontSize: 50,
fontSize: 31,
color: colors.text.primary,
},
})