시리즈 아이템
- 커버이미지 DIM 제거
This commit is contained in:
		| @@ -23,12 +23,6 @@ struct SeriesListBigItemView: View { | ||||
|                     .cornerRadius(5) | ||||
|                     .clipped() | ||||
|                  | ||||
|                 LinearGradient( | ||||
|                     colors: [Color.black.opacity(0.1), Color.black.opacity(0.8)], | ||||
|                     startPoint: .top, | ||||
|                     endPoint: .bottom | ||||
|                 ) | ||||
|                  | ||||
|                 VStack(alignment: .leading, spacing: 0) { | ||||
|                     HStack(spacing: 3.3) { | ||||
|                         if !item.isComplete && item.isNew { | ||||
|   | ||||
| @@ -24,12 +24,6 @@ struct SeriesListItemView: View { | ||||
|                         .cornerRadius(5) | ||||
|                         .clipped() | ||||
|                      | ||||
|                     LinearGradient( | ||||
|                         colors: [Color.black.opacity(0.1), Color.black.opacity(0.8)], | ||||
|                         startPoint: .top, | ||||
|                         endPoint: .bottom | ||||
|                     ) | ||||
|                      | ||||
|                     VStack(alignment: .leading, spacing: 0) { | ||||
|                         HStack(spacing: 3.3) { | ||||
|                             if !item.isComplete && item.isNew { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Yu Sung
					Yu Sung