about summary refs log tree commit diff
diff options
context:
space:
mode:
authorOllie Hsieh <renahlee@outlook.com>2023-04-28 17:20:33 -0700
committerGitHub <noreply@github.com>2023-04-28 17:20:33 -0700
commite68aa75429c2a0a495105f641361ee8fe22370f1 (patch)
treede01432e06b1e8bacce26cd809fc967688342970
parent173e06f866281b4138d927ac6a577225c8fbd847 (diff)
parentb754ed0e5a72412b5df8b397bcbf5fb964ea14a3 (diff)
downloadvoidsky-e68aa75429c2a0a495105f641361ee8fe22370f1.tar.zst
Merge pull request #553 from bluesky-social/ollie/APP-581
Up Android snap point
-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')