Skip to content

Commit e10f6c7

Browse files
authored
fix(components): input - placeholderTextColor
1 parent 07d0aed commit e10f6c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ui/input/input.component.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,10 +338,10 @@ export class InputComponent extends React.Component<InputProps> implements WebEv
338338
style={[componentStyle.inputContainer, styles.inputContainer]}>
339339
<TextInput
340340
ref={this.textInputRef}
341+
placeholderTextColor={componentStyle.placeholder.color}
341342
{...restProps}
342343
{...this.webEventResponder.eventHandlers}
343344
style={[componentStyle.text, styles.text, webStyles.text, textStyle]}
344-
placeholderTextColor={componentStyle.placeholder.color}
345345
editable={!restProps.disabled}
346346
onFocus={this.onTextFieldFocus}
347347
onBlur={this.onTextFieldBlur}

0 commit comments

Comments
 (0)