Skip to content

Commit

Permalink
tweaked user/community avatar
Browse files Browse the repository at this point in the history
  • Loading branch information
EricBAndrews committed Sep 24, 2023
1 parent 47a619f commit 16ebe56
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Mlem/Views/Shared/Links/AvatarView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -81,13 +81,15 @@ struct AvatarView: View {
Image(systemName: Icons.communityFill)
.resizable()
.scaledToFill()
.background(.white)
.foregroundStyle(Color.gray.gradient)
)
case .user:
return AnyView(
Image(systemName: Icons.userFill)
.resizable()
.scaledToFill()
.background(.white)
.foregroundStyle(Color.gray.gradient)
)
}
Expand Down

0 comments on commit 16ebe56

Please sign in to comment.