diff options
author | Ollie Hsieh <renahlee@outlook.com> | 2023-04-28 17:20:33 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-28 17:20:33 -0700 |
commit | e68aa75429c2a0a495105f641361ee8fe22370f1 (patch) | |
tree | de01432e06b1e8bacce26cd809fc967688342970 /src | |
parent | 173e06f866281b4138d927ac6a577225c8fbd847 (diff) | |
parent | b754ed0e5a72412b5df8b397bcbf5fb964ea14a3 (diff) | |
download | voidsky-e68aa75429c2a0a495105f641361ee8fe22370f1.tar.zst |
Merge pull request #553 from bluesky-social/ollie/APP-581
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') |