시리즈 콘텐츠 아이템뷰

- 하단 divider 컬러와 height 수정
This commit is contained in:
Yu Sung
2024-04-30 18:01:19 +09:00
parent 17c827f55e
commit 70dae4f646
2 changed files with 3 additions and 2 deletions

View File

@@ -72,9 +72,9 @@ struct SeriesContentListItemView: View {
}
Rectangle()
.foregroundColor(Color.grayd8)
.foregroundColor(Color.gray59)
.frame(maxWidth: .infinity)
.frame(height: 1)
.frame(height: 0.5)
}
}
}