diff options
author | renahlee <renahlee@outlook.com> | 2023-04-28 17:12:17 -0700 |
---|---|---|
committer | renahlee <renahlee@outlook.com> | 2023-04-28 17:12:17 -0700 |
commit | b754ed0e5a72412b5df8b397bcbf5fb964ea14a3 (patch) | |
tree | de01432e06b1e8bacce26cd809fc967688342970 /src | |
parent | 173e06f866281b4138d927ac6a577225c8fbd847 (diff) | |
download | voidsky-b754ed0e5a72412b5df8b397bcbf5fb964ea14a3.tar.zst |
Up Android snap point
Diffstat (limited to 'src')
-rw-r--r-- | src/view/com/modals/Waitlist.tsx | 2 |
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') |