Skip to content

Commit f9bdec4

Browse files
committed
Added placeholder to example app.
1 parent 45be968 commit f9bdec4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Examples/DiffableTextAppXUIKit/App/Views/Example.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ struct Example<Style: DiffableTextStyle>: View {
7575
}
7676

7777
var diffableTextField: some View {
78-
DiffableTextField(value: $value, style: style)
78+
DiffableTextField("Like, comment, and subscribe.", value: $value, style: style)
7979
.focused($focus)
8080
.padding()
8181
.background(tertiary)

0 commit comments

Comments
 (0)