mobile: fix reminder sheet height

This commit is contained in:
ammarahm-ed
2023-04-15 16:40:10 +05:00
parent f66cdef0e5
commit 4cedce1c27

View File

@@ -222,7 +222,7 @@ export default function ReminderSheet({
<View
style={{
paddingHorizontal: 12,
maxHeight: DDS.isTab ? "90%" : "97%"
maxHeight: DDS.isTab ? "90%" : "99.99%"
}}
>
<View