Skip to content

Commit

Permalink
Remove hardcoded color in Android Input (#2245)
Browse files Browse the repository at this point in the history
  • Loading branch information
rednivrug15 authored and Gilles Khouzam committed Jan 30, 2019
1 parent d9dabae commit ba54fd7
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ protected EditText renderInternal(
EditText editText = new EditText(context);
textInputHandler.setView(editText);
editText.setTag(textInputHandler);
editText.setTextColor(Color.BLACK);
renderedCard.registerInputHandler(textInputHandler);

if (!TextUtils.isEmpty(value))
Expand Down

0 comments on commit ba54fd7

Please sign in to comment.