mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2025-01-03 12:58:50 +00:00
Add mask on account header fix #47
This commit is contained in:
parent
d59ba03ba3
commit
1c1ca7ba0f
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@ struct AccountDetailHeaderView: View {
|
||||||
if let image = state.image {
|
if let image = state.image {
|
||||||
image
|
image
|
||||||
.resizingMode(.aspectFill)
|
.resizingMode(.aspectFill)
|
||||||
|
.overlay(.black.opacity(0.50))
|
||||||
} else if state.isLoading {
|
} else if state.isLoading {
|
||||||
Color.gray
|
Color.gray
|
||||||
.frame(height: bannerHeight)
|
.frame(height: bannerHeight)
|
||||||
|
|
Loading…
Reference in a new issue