updating personal avatar
This commit is contained in:
@@ -245,9 +245,10 @@ struct InnerCircleView: View {
|
|||||||
print("manage friends page")
|
print("manage friends page")
|
||||||
}
|
}
|
||||||
} label: {
|
} label: {
|
||||||
RemoteImage(url: "https://avatars.githubusercontent.com/u/41487836")
|
Image("Artboards_Diversity_Avatars_by_Netguru-51")
|
||||||
.background(NirvanaColor.teal)
|
.resizable()
|
||||||
.aspectRatio(contentMode: .fill)
|
.scaledToFit()
|
||||||
|
.background(NirvanaColor.teal.opacity(0.1))
|
||||||
.frame(width: 40, height: 40)
|
.frame(width: 40, height: 40)
|
||||||
.clipShape(Circle())
|
.clipShape(Circle())
|
||||||
.padding(5)
|
.padding(5)
|
||||||
|
|||||||
Reference in New Issue
Block a user