From 547620235e51588e183655fb96d23734eae502b9 Mon Sep 17 00:00:00 2001 From: Stephen <158498287+0-Blu@users.noreply.github.com> Date: Mon, 12 Aug 2024 20:31:13 -0400 Subject: [PATCH] Update AnisetteServerList.swift Signed-off-by: Stephen <158498287+0-Blu@users.noreply.github.com> --- AltStore/Settings/AnisetteServerList.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/AltStore/Settings/AnisetteServerList.swift b/AltStore/Settings/AnisetteServerList.swift index 7ae07120..7b99a051 100644 --- a/AltStore/Settings/AnisetteServerList.swift +++ b/AltStore/Settings/AnisetteServerList.swift @@ -181,6 +181,7 @@ struct AnisetteServers: View { .shadow(color: Color.red.opacity(0.4), radius: 10, x: 0, y: 5) } .padding(.horizontal) + .padding(.bottom) } } .navigationBarHidden(true)