Skip to content

Commit

Permalink
Merge pull request #8 from emmceemoore/patch-1
Browse files Browse the repository at this point in the history
Better default colors
  • Loading branch information
kenmueller authored Mar 27, 2020
2 parents 155e003 + 0233e73 commit 9495a49
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Sources/TextView/TextView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,9 @@ public struct TextView: View {
placeholderHorizontalPadding: CGFloat = 4.5,
placeholderVerticalPadding: CGFloat = 7,
font: UIFont = Self.defaultFont,
textColor: UIColor = .black,
placeholderColor: Color = .gray,
backgroundColor: UIColor = .white,
textColor: UIColor = .label,
placeholderColor: Color = .init(.placeholderText),
backgroundColor: UIColor = .clear,
contentType: ContentType? = nil,
autocorrection: Autocorrection = .default,
autocapitalization: Autocapitalization = .sentences,
Expand Down

0 comments on commit 9495a49

Please sign in to comment.