mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-09-01 19:49:54 +02:00
mobile: fix width of items in app lock sheet
This commit is contained in:
@@ -130,7 +130,7 @@ const AppLock = ({ route }) => {
|
||||
<View
|
||||
style={{
|
||||
paddingHorizontal: 12,
|
||||
width: DDS.isTab && welcome ? "50%" : undefined,
|
||||
width: DDS.isTab && welcome ? "50%" : "100%",
|
||||
alignSelf: "center"
|
||||
}}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user