Commit 22f57ea7 authored by sugita mamoru's avatar sugita mamoru

タスク画面タイトル変更

parent 2a436d2d
......@@ -54,7 +54,7 @@ struct MapTaskView: View {
Spacer()
Text(taskViewModel.viewMode.title)
Text(taskViewModel.isShowSettingView ? taskViewModel.edittingEcaArea?.name ?? "" : taskViewModel.viewMode.title)
.font(FontStyle.TitleL.font)
.frame(height: 20)
.padding(.vertical, 14)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment