Make profile picture placeholder gray instead of purple
This commit is contained in:
@@ -92,6 +92,7 @@ struct InnerProfilePicView: View {
|
|||||||
var Placeholder: some View {
|
var Placeholder: some View {
|
||||||
Circle()
|
Circle()
|
||||||
.frame(width: size, height: size)
|
.frame(width: size, height: size)
|
||||||
|
.foregroundColor(DamusColors.mediumGrey)
|
||||||
.overlay(Circle().stroke(highlight_color(highlight), lineWidth: pfp_line_width(highlight)))
|
.overlay(Circle().stroke(highlight_color(highlight), lineWidth: pfp_line_width(highlight)))
|
||||||
.padding(2)
|
.padding(2)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user