mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 15:09:33 +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'}
|
{!user ? 'Not Logged in' : 'Logged in'}
|
||||||
</Heading>
|
</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>
|
</View>
|
||||||
</TouchableOpacity>
|
</TouchableOpacity>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user