Update template section headers in PromptEditorView
This commit is contained in:
parent
41a33906b3
commit
04910a6dfb
@ -168,11 +168,11 @@ struct PromptEditorView: View {
|
||||
if case .add = mode {
|
||||
// Templates Section with improved styling
|
||||
VStack(alignment: .leading, spacing: 12) {
|
||||
Text("Templates")
|
||||
Text("Start with a Predefined Template")
|
||||
.font(.headline)
|
||||
.foregroundColor(.secondary)
|
||||
|
||||
Text("Start with a predefined template")
|
||||
Text("Scroll horizontally to see more templates")
|
||||
.font(.subheadline)
|
||||
.foregroundColor(.secondary)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user