feat(creator): 커뮤니티 탭을 추가한다
This commit is contained in:
@@ -52,14 +52,14 @@ struct CreatorCommunityReportView: View {
|
||||
|
||||
Text(I18n.Common.cancel)
|
||||
.appFont(size: 13.3, weight: .medium)
|
||||
.foregroundColor(Color(hex: "9970ff"))
|
||||
.foregroundColor(Color.soda400)
|
||||
.onTapGesture {
|
||||
isShowing = false
|
||||
}
|
||||
|
||||
Text(I18n.Report.reportAction)
|
||||
.appFont(size: 13.3, weight: .medium)
|
||||
.foregroundColor(Color(hex: "9970ff"))
|
||||
.foregroundColor(Color.soda400)
|
||||
.onTapGesture {
|
||||
if let selectedIndex = selectedIndex {
|
||||
confirmAction(reasons[selectedIndex])
|
||||
|
||||
Reference in New Issue
Block a user