Update template section headers in PromptEditorView

This commit is contained in:
Beingpax 2025-03-06 16:27:07 +05:45
parent 41a33906b3
commit 04910a6dfb

View File

@ -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)