mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-22 22:49:45 +01:00
fix width issue on App Lock screen
This commit is contained in:
@@ -263,7 +263,7 @@ const AppLoader = ({onLoad}) => {
|
|||||||
style={{
|
style={{
|
||||||
flex: 1,
|
flex: 1,
|
||||||
justifyContent: 'center',
|
justifyContent: 'center',
|
||||||
width: '100%',
|
width:Platform.OS == "ios" ? '95%' : "100%",
|
||||||
paddingHorizontal: 12
|
paddingHorizontal: 12
|
||||||
}}>
|
}}>
|
||||||
<Heading>Verify your identity</Heading>
|
<Heading>Verify your identity</Heading>
|
||||||
|
|||||||
Reference in New Issue
Block a user