设置页面背景色为 f2f2f7

This commit is contained in:
2026-07-12 16:01:08 +08:00
parent 34b26eedd6
commit bbff0c238d
3 changed files with 40 additions and 0 deletions
+1
View File
@@ -39,6 +39,7 @@ struct FormatterView: View {
}
.padding()
.navigationTitle("文案格式化")
.background(Color(hex: "f2f2f7").ignoresSafeArea())
.navigationDestination(item: $resultText) { text in
ResultView(formattedText: text)
}