diff --git a/Packages/Account/Sources/Account/AccountDetailHeaderView.swift b/Packages/Account/Sources/Account/AccountDetailHeaderView.swift index 612db2ec..2e223c62 100644 --- a/Packages/Account/Sources/Account/AccountDetailHeaderView.swift +++ b/Packages/Account/Sources/Account/AccountDetailHeaderView.swift @@ -41,6 +41,7 @@ struct AccountDetailHeaderView: View { if let image = state.image { image .resizingMode(.aspectFill) + .overlay(.black.opacity(0.50)) } else if state.isLoading { Color.gray .frame(height: bannerHeight)