设置页面背景色为 f2f2f7
This commit is contained in:
@@ -39,6 +39,7 @@ struct FormatterView: View {
|
||||
}
|
||||
.padding()
|
||||
.navigationTitle("文案格式化")
|
||||
.background(Color(hex: "f2f2f7").ignoresSafeArea())
|
||||
.navigationDestination(item: $resultText) { text in
|
||||
ResultView(formattedText: text)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user