Closed
Description
- Android device: OnePlus 3
- Android OS version: 7.0
- Google Play Services version: 10.0.84
- Firebase/Play Services SDK version: 10.0.1
- FirebaseUI version: 1.0.1
Step 3: Describe the problem:
Steps to reproduce:
- Set the default app theme as dark
AppCompatDelegate.setDefaultNightMode(AppCompatDelegate.MODE_NIGHT_YES);
- Try logging in via email
Observed Results:
The TextColor in EditText was black
Expected Results:
The TextColor in EditText should be white, or a light color