오디션 상세 페이지 추가
This commit is contained in:
@@ -21,8 +21,10 @@ struct AuditionItemView: View {
|
||||
.resizable()
|
||||
.aspectRatio(1000/530, contentMode: .fit)
|
||||
.frame(maxWidth: .infinity)
|
||||
.cornerRadius(6.7)
|
||||
.overlay(
|
||||
Color.black
|
||||
.cornerRadius(6.7)
|
||||
.opacity(item.isOff ? 0.7 : 0.0)
|
||||
)
|
||||
}
|
||||
|
Reference in New Issue
Block a user