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