Update AnisetteServerList.swift

Signed-off-by: Stephen <158498287+0-Blu@users.noreply.github.com>
This commit is contained in:
Stephen
2024-08-12 20:31:13 -04:00
committed by GitHub
parent b43fd0a54b
commit 547620235e

View File

@@ -181,6 +181,7 @@ struct AnisetteServers: View {
.shadow(color: Color.red.opacity(0.4), radius: 10, x: 0, y: 5) .shadow(color: Color.red.opacity(0.4), radius: 10, x: 0, y: 5)
} }
.padding(.horizontal) .padding(.horizontal)
.padding(.bottom)
} }
} }
.navigationBarHidden(true) .navigationBarHidden(true)