Commit 9a6020d8 by Giang Tran

edit style

parent 2fb5c01d
......@@ -264,10 +264,11 @@ const Drawer = (props) => {
<AppText i18nKey={'Logout'} Logout style={styles.txtTitle}></AppText>
</TouchableOpacity>
<Text
style={[
styles.txtTitle,
{textAlign: 'center', marginTop: HEIGHTXD(20)},
]}>
style={{
textAlign: 'center',
fontSize: getFontXD(36),
marginTop: HEIGHTXD(20),
}}>
{version}
</Text>
</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