feat(creator-channel): 프로필 이미지 표시 방식 변경 및 UI 표시 순서 변경

This commit is contained in:
Yu Sung
2025-10-17 04:20:01 +09:00
parent 76774d3d95
commit 88a03ff5d5
4 changed files with 214 additions and 202 deletions

View File

@@ -139,7 +139,6 @@ struct UserProfileCreatorView: View {
.padding(20)
.background(Color(hex: "222222"))
.cornerRadius(16.7)
.padding(.top, 20)
.padding(.horizontal, 13.3)
}
}