Skip to content

Commit

Permalink
Merge af06567 into d30c15b
Browse files Browse the repository at this point in the history
  • Loading branch information
aromanov91 authored Jul 25, 2023
2 parents d30c15b + af06567 commit 12e016b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/OversizeUI/Controls/Avatar/Avatar.swift
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ public struct Avatar: View {
if let avatar {
avatar
.resizable()
.scaledToFill()
.frame(width: Space.xxxLarge.rawValue, height: Space.xxxLarge.rawValue)
.clipShape(Circle())
.overlay(Circle().stroke(strokeColor, lineWidth: 2))
Expand Down

0 comments on commit 12e016b

Please sign in to comment.