UI 간격 조정

This commit is contained in:
Yu Sung
2025-01-09 06:05:21 +09:00
parent 3a0ca5b945
commit 4a552dabe2
2 changed files with 34 additions and 46 deletions

View File

@@ -57,7 +57,7 @@ struct ContentMainView: View {
.strokeBorder(lineWidth: 1)
.foregroundColor(Color.graybb)
)
.padding(.bottom, 26.7)
.padding(.bottom, 40)
.padding(.horizontal, 13.3)
.onTapGesture {
UserDefaults.set("", forKey: .searchChannel)
@@ -65,7 +65,7 @@ struct ContentMainView: View {
}
ContentMainCreatorRankingView()
.padding(.bottom, 26.7)
.padding(.bottom, 40)
.padding(.horizontal, 13.3)
ContentMainRecommendSeriesView()