mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 06:59:31 +01:00
fix user section ui on tablet
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user