mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2025-01-27 21:09:17 +01:00
Add mask on account header fix #47
This commit is contained in:
parent
d59ba03ba3
commit
1c1ca7ba0f
@ -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…
x
Reference in New Issue
Block a user