From 1c1ca7ba0f915ce0010634052a74bb2430fdeed0 Mon Sep 17 00:00:00 2001 From: Thomas Ricouard Date: Mon, 9 Jan 2023 18:57:31 +0100 Subject: [PATCH] Add mask on account header fix #47 --- Packages/Account/Sources/Account/AccountDetailHeaderView.swift | 1 + 1 file changed, 1 insertion(+) 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)