시리즈 아이템

- 커버이미지 DIM 제거
This commit is contained in:
Yu Sung 2024-05-03 16:45:33 +09:00
parent 250f169b42
commit 2590f5471b
2 changed files with 0 additions and 12 deletions

View File

@ -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 {

View File

@ -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 {