设置页面背景色为 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
@@ -37,6 +37,7 @@ struct ResultView: View {
}
.navigationTitle("格式化结果")
.navigationBarTitleDisplayMode(.inline)
.background(Color(hex: "f2f2f7").ignoresSafeArea())
.toolbar {
ToolbarItem(placement: .topBarTrailing) {
Button("完成") {