We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29a59db commit a8fb5feCopy full SHA for a8fb5fe
1 file changed
Projects/Feature/FeatureSetting/Sources/Setting/PokitSettingView.swift
@@ -75,14 +75,13 @@ private extension PokitSettingView {
75
if let image = state.image {
76
image
77
.resizable()
78
+ .clipShape(.circle)
79
} else if state.isLoading {
80
PokitSpinner()
81
.foregroundStyle(.pokit(.icon(.brand)))
- .frame(width: 40, height: 40)
82
} else {
83
Image(.image(.profile))
84
85
86
}
87
88
0 commit comments