From 4b33cdb7ec20ba449941083f29726bea28f0f25b Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Thu, 26 Jan 2023 22:25:38 -0600 Subject: Implement modals for web --- src/view/com/modals/ServerInput.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/view/com/modals/ServerInput.tsx') diff --git a/src/view/com/modals/ServerInput.tsx b/src/view/com/modals/ServerInput.tsx index 85c0d70b7..dde836719 100644 --- a/src/view/com/modals/ServerInput.tsx +++ b/src/view/com/modals/ServerInput.tsx @@ -4,7 +4,7 @@ import { FontAwesomeIcon, FontAwesomeIconStyle, } from '@fortawesome/react-native-fontawesome' -import {BottomSheetScrollView, BottomSheetTextInput} from '@gorhom/bottom-sheet' +import {ScrollView, TextInput} from './util' import {Text} from '../util/text/Text' import {useStores} from '../../../state' import {s, colors} from '../../lib/styles' @@ -32,7 +32,7 @@ export function Component({onSelect}: {onSelect: (url: string) => void}) { return ( Choose Service - + {LOGIN_INCLUDE_DEV_SERVERS ? ( <> @@ -69,7 +69,7 @@ export function Component({onSelect}: {onSelect: (url: string) => void}) { Other service - void}) { - + ) } -- cgit 1.4.1