UI 간격 조정
This commit is contained in:
@@ -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()
|
||||
|
Reference in New Issue
Block a user