Skip to content

Commit

Permalink
Fix placeholderColor
Browse files Browse the repository at this point in the history
  • Loading branch information
sbycrosz committed Dec 30, 2016
1 parent 9b9a3cd commit 9d82478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CCInput.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export default class CCInput extends Component {
{}),
]}
underlineColorAndroid={"transparent"}
placeholderColor={placeholderColor}
placeholderTextColor={placeholderColor}
placeholder={placeholder}
value={value}
onFocus={this._onFocus}
Expand Down

0 comments on commit 9d82478

Please sign in to comment.