Skip to content

Commit

Permalink
Incorporated PR feedback.
Browse files Browse the repository at this point in the history
  • Loading branch information
emmceemoore authored Mar 27, 2020
1 parent 8874683 commit 0233e73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/TextView/TextView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ public struct TextView: View {
placeholderVerticalPadding: CGFloat = 7,
font: UIFont = Self.defaultFont,
textColor: UIColor = .label,
placeholderColor: Color = Color(.placeholderText),
placeholderColor: Color = .init(.placeholderText),
backgroundColor: UIColor = .clear,
contentType: ContentType? = nil,
autocorrection: Autocorrection = .default,
Expand Down

0 comments on commit 0233e73

Please sign in to comment.