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 7, 2019
1 parent 6d9afd9 commit 198b3be
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,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 198b3be

Please sign in to comment.