mirror of
https://github.com/Jellify-Music/App.git
synced 2026-04-24 11:59:02 -05:00
add some margin to the https switch
This commit is contained in:
@@ -79,7 +79,7 @@ export default function ServerAddress({
|
||||
return (
|
||||
<SafeAreaView>
|
||||
<H2 marginVertical={"$7"} marginHorizontal={"$2"}>Connect to Jellyfin</H2>
|
||||
<XStack marginBottom={"$3"}>
|
||||
<XStack marginHorizontal={"$2"} marginBottom={"$3"}>
|
||||
<SwitchWithLabel
|
||||
checked={useHttps}
|
||||
onCheckedChange={(checked) => setUseHttps(checked)}
|
||||
|
||||
Reference in New Issue
Block a user