Rageshake Service (#70)

This commit is contained in:
ismailgulek
2022-06-06 12:38:07 +03:00
committed by GitHub
parent a049923f21
commit cecf9f9cf5
57 changed files with 3010 additions and 32 deletions

View File

@@ -35,7 +35,7 @@ struct TemplateSimpleScreen: View {
var body: some View {
GeometryReader { geometry in
VStack {
ScrollView(showsIndicators: false) {
ScrollView {
mainContent
.padding(.top, 50)
.padding(.horizontal, horizontalPadding)