fix: 메인 홈
- 콘텐츠 폰트 pretendard로 변경 - 시리즈 이미지 하단에 블랙 제거
This commit is contained in:
		@@ -16,7 +16,7 @@ struct SeriesItemView: View {
 | 
			
		||||
    
 | 
			
		||||
    var body: some View {
 | 
			
		||||
        VStack(alignment: .leading, spacing: 4) {
 | 
			
		||||
            ZStack(alignment: .bottom) {
 | 
			
		||||
            ZStack {
 | 
			
		||||
                KFImage(URL(string: item.coverImage))
 | 
			
		||||
                    .cancelOnDisappear(true)
 | 
			
		||||
                    .resizable()
 | 
			
		||||
@@ -25,10 +25,6 @@ struct SeriesItemView: View {
 | 
			
		||||
                    .cornerRadius(16)
 | 
			
		||||
                    .clipped()
 | 
			
		||||
                
 | 
			
		||||
                Color.black.opacity(0.5)
 | 
			
		||||
                    .frame(width: 160, height: 35)
 | 
			
		||||
                    .cornerRadius(16, corners: [.bottomLeft, .bottomRight])
 | 
			
		||||
                
 | 
			
		||||
                VStack(alignment: .leading, spacing: 0) {
 | 
			
		||||
                    HStack(spacing: 0) {
 | 
			
		||||
                        if item.isPopular {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user