Commit c6597754 authored by Trisno's avatar Trisno

fixing height when no message

parent 6a163d0a
...@@ -109,7 +109,7 @@ class InboxList extends React.Component { ...@@ -109,7 +109,7 @@ class InboxList extends React.Component {
)) ))
) : ( ) : (
<View style={{ justifyContent: 'center', alignItems: 'center', marginTop: 100 }}> <View style={{ justifyContent: 'center', alignItems: 'center', marginTop: 35 }}>
<Text style={{ textAlign: 'left', fontSize: 12, fontFamily: 'Gotham-Light', color: 'grey' }}>{i18n.t('noInboxData')}</Text> <Text style={{ textAlign: 'left', fontSize: 12, fontFamily: 'Gotham-Light', color: 'grey' }}>{i18n.t('noInboxData')}</Text>
</View> </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