Skip to content

Commit

Permalink
Update CompactPortraitScrollView.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
LePips committed Nov 1, 2023
1 parent 51a2591 commit f042d05
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,9 @@ extension ItemView.CompactPosterScrollView {
// MARK: Portrait Image

ImageView(viewModel.item.imageSource(.primary, maxWidth: 130))
// .posterStyle(type: .portrait, width: 130)
.accessibilityIgnoresInvertColors()
.posterStyle(.portrait)
.frame(width: 130)
.accessibilityIgnoresInvertColors()

rightShelfView
.padding(.bottom)
Expand Down

0 comments on commit f042d05

Please sign in to comment.