mobile: fix width of items in app lock sheet

This commit is contained in:
ammarahm-ed
2023-02-04 15:05:59 +05:00
parent 009afcd6aa
commit 650a34ca73

View File

@@ -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"
}}
>