add some margin to the https switch

This commit is contained in:
Violet Caulfield
2025-02-19 17:51:51 -06:00
parent 4a4bee1ae9
commit 5b8c3fb7ec
+1 -1
View File
@@ -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)}