about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorrenahlee <renahlee@outlook.com>2023-04-28 17:12:17 -0700
committerrenahlee <renahlee@outlook.com>2023-04-28 17:12:17 -0700
commitb754ed0e5a72412b5df8b397bcbf5fb964ea14a3 (patch)
treede01432e06b1e8bacce26cd809fc967688342970 /src
parent173e06f866281b4138d927ac6a577225c8fbd847 (diff)
downloadvoidsky-b754ed0e5a72412b5df8b397bcbf5fb964ea14a3.tar.zst
Up Android snap point
Diffstat (limited to 'src')
-rw-r--r--src/view/com/modals/Waitlist.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/com/modals/Waitlist.tsx b/src/view/com/modals/Waitlist.tsx
index f3c301937..2795dcffe 100644
--- a/src/view/com/modals/Waitlist.tsx
+++ b/src/view/com/modals/Waitlist.tsx
@@ -19,7 +19,7 @@ import {useTheme} from 'lib/ThemeContext'
 import {ErrorMessage} from '../util/error/ErrorMessage'
 import {cleanError} from 'lib/strings/errors'
 
-export const snapPoints = ['60%']
+export const snapPoints = ['80%']
 
 export function Component({}: {}) {
   const pal = usePalette('default')