We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8c3062 commit b76afc2Copy full SHA for b76afc2
Sources/ResponsiveTextField/ResponsiveTextField.swift
@@ -338,6 +338,8 @@ extension ResponsiveTextField: UIViewRepresentable {
338
uiView.isSecureTextEntry = isSecure
339
uiView.returnKeyType = returnKeyType
340
uiView.text = text.wrappedValue
341
+ uiView.textColor = textColor
342
+ uiView.textAlignment = textAlignment
343
344
if !adjustsFontForContentSizeCategory {
345
// We should only support dynamic font changes using our own environment
0 commit comments