fix user section ui on tablet

This commit is contained in:
ammarahm-ed
2021-02-06 13:28:12 +05:00
parent eb789928ef
commit 21895541af

View File

@@ -57,7 +57,13 @@ export const UserSection = ({noTextMode}) => {
{!user ? 'Not Logged in' : 'Logged in'}
</Heading>
<Paragraph color={colors.icon} >Login to encrypt and sync your notes.</Paragraph>
<Paragraph
style={{
maxWidth: '96%',
}}
color={colors.icon}>
Login to encrypt and sync your notes.
</Paragraph>
</View>
</TouchableOpacity>