mirror of
https://github.com/Jellify-Music/App.git
synced 2026-02-16 07:28:34 -06:00
make server address screen better
This commit is contained in:
@@ -66,7 +66,7 @@ export default function ServerAddress({
|
||||
|
||||
return (
|
||||
<SafeAreaView>
|
||||
<H2>Connect to Jellyfin</H2>
|
||||
<H2 marginVertical={"$7"} marginHorizontal={"$2"}>Connect to Jellyfin</H2>
|
||||
<XStack>
|
||||
<SwitchWithLabel
|
||||
checked={useHttps}
|
||||
@@ -84,6 +84,7 @@ export default function ServerAddress({
|
||||
autoCapitalize="none"
|
||||
autoCorrect={false}
|
||||
flexGrow={1}
|
||||
placeholder="jellyfin.org"
|
||||
/>
|
||||
</XStack>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user