Skip to content

Commit 6569921

Browse files
committed
fix: Use the semantic default for placeholders
1 parent 5aa1c63 commit 6569921

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/ResponsiveTextField/ResponsiveTextField+EnvironmentValues.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ extension ResponsiveTextField {
2020
}
2121

2222
fileprivate struct PlaceholderColorKey: EnvironmentKey {
23-
static let defaultValue: UIColor = UIColor.black.withAlphaComponent(0.25)
23+
static let defaultValue: UIColor = UIColor.placeholderText
2424
}
2525

2626
fileprivate struct TextColorKey: EnvironmentKey {

0 commit comments

Comments
 (0)