Skip to content

Commit a8fb5fe

Browse files
committed
[fix] #188 이미지 circle, frame LazyImage에서 한번만 설정하게 수정
1 parent 29a59db commit a8fb5fe

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Projects/Feature/FeatureSetting/Sources/Setting/PokitSettingView.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,14 +75,13 @@ private extension PokitSettingView {
7575
if let image = state.image {
7676
image
7777
.resizable()
78+
.clipShape(.circle)
7879
} else if state.isLoading {
7980
PokitSpinner()
8081
.foregroundStyle(.pokit(.icon(.brand)))
81-
.frame(width: 40, height: 40)
8282
} else {
8383
Image(.image(.profile))
8484
.resizable()
85-
.frame(width: 40, height: 40)
8685
}
8786

8887
}

0 commit comments

Comments
 (0)