feat(creator): 플로팅 액션 진입을 연결한다
This commit is contained in:
@@ -55,7 +55,7 @@ struct ContentListView: View {
|
||||
.cornerRadius(5.3)
|
||||
.padding(.top, 13.3)
|
||||
.padding(.horizontal, 13.3)
|
||||
.onTapGesture { AppState.shared.setAppStep(step: .createContent) }
|
||||
.onTapGesture { AppState.shared.setAppStep(step: .createContent()) }
|
||||
}
|
||||
|
||||
HStack(spacing: 13.3) {
|
||||
|
||||
Reference in New Issue
Block a user