Merge pull request #553 from bluesky-social/ollie/APP-581

Up Android snap point
This commit is contained in:
Ollie Hsieh
2023-04-28 17:20:33 -07:00
committed by GitHub
+1 -1
View File
@@ -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')